summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx.dtsi
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2014-06-23 14:04:01 +0800
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 16:49:39 +0800
commit77e0d1cc772e1256c4c348d73fe7b6967f447532 (patch)
tree7723f373b59fb0e513e386d8bd4cba513261ac13 /arch/arm/boot/dts/imx6sx.dtsi
parent8888f6513b5e23ab0d514f9c1da11f04f2d39e7d (diff)
ARM: dts: imx6sx: iomux-gpr syscon is compatible to imx6q
The imx6sx iomuxc-gpr syscon is compatible to imx6q, so let's add compatible string 'fsl,imx6q-iomuxc-gpr' for imx6sx iomuxc-gpr syscon node. This is necessary to enable SW workaround for ERR007265, please refer to imx6_pm_common_init of arch/arm/mach-imx/pm-imx6.c for detail. Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 78ccf6151ab3..7b41194aef9a 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -697,7 +697,8 @@
};
gpr: iomuxc-gpr@020e4000 {
- compatible = "fsl,imx6sx-iomuxc-gpr", "syscon";
+ compatible = "fsl,imx6sx-iomuxc-gpr",
+ "fsl,imx6q-iomuxc-gpr", "syscon";
reg = <0x020e4000 0x4000>;
};