aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnson Huang <anson.huang@nxp.com>2019-03-12 02:24:20 +0000
committerShawn Guo <shawnguo@kernel.org>2019-03-21 13:49:24 +0800
commit3a1a67b1ca7b5402e72de48fd63a88ddd4ef2cf8 (patch)
tree081c74ee05107a6a2d3ba8f541a43ca190468e17
parentARM: dts: imx: make MMDC node name generic (diff)
downloadlinux-3a1a67b1ca7b5402e72de48fd63a88ddd4ef2cf8.tar.gz
linux-3a1a67b1ca7b5402e72de48fd63a88ddd4ef2cf8.zip
ARM: dts: imx6qdl: Improve mmdc1 node
Add MMDC1 compatible string which is missing, and also set it to be disabled by default, as most of the platforms ONLY use single channel MMDC0, if dual MMDC channels are used, it can be enabled in board dts file. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 883e2ff68106..2eb4c779298b 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1145,7 +1145,9 @@
};
mmdc1: memory-controller@21b4000 { /* MMDC1 */
+ compatible = "fsl,imx6q-mmdc";
reg = <0x021b4000 0x4000>;
+ status = "disabled";
};
weim: weim@21b8000 {