diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2012-09-04 22:57:14 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-17 09:24:31 -0400 |
commit | df37e0c0931ceeb159c8e017445c6d4799b7f345 (patch) | |
tree | 704168f7c67179490dab7af25be5c5d76e7777cc /arch/arm/boot | |
parent | 87d687301f380729ec320619f100f3ba39f3693d (diff) |
ARM: imx6q: Add iomuxc gpr support into syscon
Include headfile for easy using.
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index fd57079f71a..bea21bc1aad 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi | |||
@@ -507,6 +507,11 @@ | |||
507 | interrupts = <0 89 0x04 0 90 0x04>; | 507 | interrupts = <0 89 0x04 0 90 0x04>; |
508 | }; | 508 | }; |
509 | 509 | ||
510 | gpr: iomuxc-gpr@020e0000 { | ||
511 | compatible = "fsl,imx6q-iomuxc-gpr", "syscon"; | ||
512 | reg = <0x020e0000 0x38>; | ||
513 | }; | ||
514 | |||
510 | iomuxc@020e0000 { | 515 | iomuxc@020e0000 { |
511 | compatible = "fsl,imx6q-iomuxc"; | 516 | compatible = "fsl,imx6q-iomuxc"; |
512 | reg = <0x020e0000 0x4000>; | 517 | reg = <0x020e0000 0x4000>; |