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>
This commit is contained in:
Anson Huang 2019-03-12 02:24:20 +00:00 committed by Shawn Guo
parent 476f6e53a0
commit 3a1a67b1ca
1 changed files with 2 additions and 0 deletions

View File

@ -1145,7 +1145,9 @@
};
mmdc1: memory-controller@21b4000 { /* MMDC1 */
compatible = "fsl,imx6q-mmdc";
reg = <0x021b4000 0x4000>;
status = "disabled";
};
weim: weim@21b8000 {