From: Philipp Zabel
Date: Wed, 27 Mar 2013 17:30:43 +0000 (+0100)
Subject: ARM i.MX53: Add IOMUXC GPR to device tree
X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5af9f1433824304f5945ee48b78b9e6c447badc0;p=linux-beck.git
ARM i.MX53: Add IOMUXC GPR to device tree
Signed-off-by: Philipp Zabel
Signed-off-by: Shawn Guo
---
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";