ARM: dts: add new compatible string for i.MX6QP mmdc
authorFrank Li <Frank.Li@nxp.com>
Mon, 7 Nov 2016 17:30:49 +0000 (11:30 -0600)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Nov 2016 05:36:14 +0000 (13:36 +0800)
MMDC has a slightly different programming model between imx6q and imx6qp
in terms of perf support, it's exactly same for suspend support, so we
have fsl,imx6q-mmdc here to save patching suspend driver with the new
compatible.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qp.dtsi

index 886dbf2..e0fdd0f 100644 (file)
                pcie: pcie@0x01000000 {
                        compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
                };
+
+               aips-bus@02100000 {
+                       mmdc0: mmdc@021b0000 { /* MMDC0 */
+                               compatible = "fsl,imx6qp-mmdc", "fsl,imx6q-mmdc";
+                               reg = <0x021b0000 0x4000>;
+                       };
+               };
        };
 };