diff options
author | Anson Huang <[email protected]> | 2019-03-12 02:24:20 +0000 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2019-03-21 13:49:24 +0800 |
commit | 3a1a67b1ca7b5402e72de48fd63a88ddd4ef2cf8 (patch) | |
tree | 081c74ee05107a6a2d3ba8f541a43ca190468e17 | |
parent | 476f6e53a0d0e41697ef611fd28b4a8f6b6711e5 (diff) |
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
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 { |