[PATCH] ARM: dts: imx6qdl: Pass "fsl,imx6q-mmdc" to MMDC1 port

Fabio Estevam festevam at gmail.com
Mon Dec 23 10:33:17 EST 2013


From: Fabio Estevam <fabio.estevam at freescale.com>

Currently only MMDC0 port passes the "compatible = "fsl,imx6q-mmdc".

Do the same for MMDC1.

Basically all that 'fsl,imx6q-mmdc' does is to clear the PSD bit of MMDCx_MAPSR
register, so do the same for MMDC1.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 8a7ce97..18f29def 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -833,6 +833,7 @@
 			};
 
 			mmdc1: mmdc at 021b4000 { /* MMDC1 */
+				compatible = "fsl,imx6q-mmdc";
 				reg = <0x021b4000 0x4000>;
 			};
 
-- 
1.8.1.2




More information about the linux-arm-kernel mailing list