diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-10-18 11:27:37 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-18 11:27:37 -0400 |
commit | 5f7adc9762a33c4aa534f575532f55804ff50609 (patch) | |
tree | e6e01523f9c19bc1c3d047086deb1c2f245fbd60 | |
parent | d1b539758ab228bff379ff3049304b0eff15fea9 (diff) |
ARM: imx: imx6sl iomuxc syscon is compatible to imx6q
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>
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 0a2d614bc206..6eabfa12e8c5 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi | |||
@@ -533,7 +533,8 @@ | |||
533 | }; | 533 | }; |
534 | 534 | ||
535 | gpr: iomuxc-gpr@020e0000 { | 535 | gpr: iomuxc-gpr@020e0000 { |
536 | compatible = "fsl,imx6sl-iomuxc-gpr", "syscon"; | 536 | compatible = "fsl,imx6sl-iomuxc-gpr", |
537 | "fsl,imx6q-iomuxc-gpr", "syscon"; | ||
537 | reg = <0x020e0000 0x38>; | 538 | reg = <0x020e0000 0x38>; |
538 | }; | 539 | }; |
539 | 540 | ||