aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2016-08-29 10:25:43 -0400
committerShawn Guo <shawnguo@kernel.org>2016-08-29 11:16:10 -0400
commit0f39c504cd97661068c3ec1014d3cf440bdeec8a (patch)
tree76fbd1fee90998a12a3ce3cdaf8101066492e5a8 /arch/arm/boot
parent3dc3336bafb96dc96337cc3497381756b78dcc6a (diff)
ARM: dts: imx6ul iomuxc syscon is compatible to imx6q
The imx6ul iomuxc syscon is compatible to imx6q, so let's add compatible string 'fsl,imx6q-iomuxc-gpr' for imx6ul iomuxc syscon node. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6ul.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 33b95d78831a..acc948654b82 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -644,7 +644,8 @@
644 }; 644 };
645 645
646 gpr: iomuxc-gpr@020e4000 { 646 gpr: iomuxc-gpr@020e4000 {
647 compatible = "fsl,imx6ul-iomuxc-gpr", "syscon"; 647 compatible = "fsl,imx6ul-iomuxc-gpr",
648 "fsl,imx6q-iomuxc-gpr", "syscon";
648 reg = <0x020e4000 0x4000>; 649 reg = <0x020e4000 0x4000>;
649 }; 650 };
650 651