diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-03-27 18:30:43 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 22:52:55 +0800 |
commit | 5af9f1433824304f5945ee48b78b9e6c447badc0 (patch) | |
tree | 5818e27c00ba3d8df50fee710c8e00d6d3f4c0ed /arch/arm/boot/dts/imx53.dtsi | |
parent | 4438a6a1cc7401aa8b6dc7f871812bcb39c4e7a9 (diff) |
ARM i.MX53: Add IOMUXC GPR to device tree
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 07f656ee31f0..fa974e4068a8 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -515,6 +515,11 @@ }; + gpr: iomuxc-gpr@53fa8000 { + compatible = "fsl,imx53-iomuxc-gpr", "syscon"; + reg = <0x53fa8000 0xc>; + }; + pwm1: pwm@53fb4000 { #pwm-cells = <2>; compatible = "fsl,imx53-pwm", "fsl,imx27-pwm"; |