]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 0a2d614bc206ac7ad2dd50fac00c31cf9d5c9a2e..6eabfa12e8c5aa12b8ea97f359757a0ded3dee7b 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>;
                        };