Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anson Huang and committed by
Shawn Guo
3a1a67b1 476f6e53

+2
+2
arch/arm/boot/dts/imx6qdl.dtsi
··· 1145 1145 }; 1146 1146 1147 1147 mmdc1: memory-controller@21b4000 { /* MMDC1 */ 1148 + compatible = "fsl,imx6q-mmdc"; 1148 1149 reg = <0x021b4000 0x4000>; 1150 + status = "disabled"; 1149 1151 }; 1150 1152 1151 1153 weim: weim@21b8000 {