ARM: imx: imx6sl iomuxc syscon is compatible to imx6q
authorShawn Guo <shawn.guo@linaro.org>
Fri, 18 Oct 2013 15:27:37 +0000 (23:27 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 18 Oct 2013 15:27:37 +0000 (23:27 +0800)
The imx6sl iomuxc syscon is compatible to imx6q, so let's add
compatible string 'fsl,imx6q-iomuxc-gpr' for imx6sl iomuxc syscon node.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6sl.dtsi

index 0a2d614..6eabfa1 100644 (file)
                        };
 
                        gpr: iomuxc-gpr@020e0000 {
-                               compatible = "fsl,imx6sl-iomuxc-gpr", "syscon";
+                               compatible = "fsl,imx6sl-iomuxc-gpr",
+                                            "fsl,imx6q-iomuxc-gpr", "syscon";
                                reg = <0x020e0000 0x38>;
                        };