diff options
author | Frank Li <Frank.Li@nxp.com> | 2016-11-07 11:30:49 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 13:36:14 +0800 |
commit | c4479f6f57a0821aae4f6ab6a91a23625d6b35a0 (patch) | |
tree | 39d57c3a7579a3b714ed50d400d78fb5e6cb2f40 /arch/arm/boot/dts/imx6qp.dtsi | |
parent | 841310d00a76800a8407ee214eb7242541aac178 (diff) | |
download | linux-c4479f6f57a0821aae4f6ab6a91a23625d6b35a0.tar.gz |
ARM: dts: add new compatible string for i.MX6QP mmdc
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qp.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi index 886dbf2eca49..e0fdd0fda361 100644 --- a/arch/arm/boot/dts/imx6qp.dtsi +++ b/arch/arm/boot/dts/imx6qp.dtsi @@ -85,5 +85,12 @@ 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>; + }; + }; }; }; |