aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2013-03-07 17:02:31 -0500
committerBenoit Cousson <benoit.cousson@linaro.org>2013-04-08 18:21:09 -0400
commite299185a487762520a88a97aa5e12b4b0044d168 (patch)
treebd5f1ed6b43989fa3a9e801ed122efa685aeb146
parentff5c9059c9ba65b8bd91fd3cffac863f91f3b425 (diff)
ARM: dts: OMAP3: Add reg and interrupt properties for gpio
The OMAP3 gpio bindings are currently missing the reg and interrupt properties and so add these properties. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
-rw-r--r--arch/arm/boot/dts/omap3.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index e2a02a743206..534cfe3c07bd 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -113,6 +113,8 @@
113 113
114 gpio1: gpio@48310000 { 114 gpio1: gpio@48310000 {
115 compatible = "ti,omap3-gpio"; 115 compatible = "ti,omap3-gpio";
116 reg = <0x48310000 0x200>;
117 interrupts = <29>;
116 ti,hwmods = "gpio1"; 118 ti,hwmods = "gpio1";
117 gpio-controller; 119 gpio-controller;
118 #gpio-cells = <2>; 120 #gpio-cells = <2>;
@@ -122,6 +124,8 @@
122 124
123 gpio2: gpio@49050000 { 125 gpio2: gpio@49050000 {
124 compatible = "ti,omap3-gpio"; 126 compatible = "ti,omap3-gpio";
127 reg = <0x49050000 0x200>;
128 interrupts = <30>;
125 ti,hwmods = "gpio2"; 129 ti,hwmods = "gpio2";
126 gpio-controller; 130 gpio-controller;
127 #gpio-cells = <2>; 131 #gpio-cells = <2>;
@@ -131,6 +135,8 @@
131 135
132 gpio3: gpio@49052000 { 136 gpio3: gpio@49052000 {
133 compatible = "ti,omap3-gpio"; 137 compatible = "ti,omap3-gpio";
138 reg = <0x49052000 0x200>;
139 interrupts = <31>;
134 ti,hwmods = "gpio3"; 140 ti,hwmods = "gpio3";
135 gpio-controller; 141 gpio-controller;
136 #gpio-cells = <2>; 142 #gpio-cells = <2>;
@@ -140,6 +146,8 @@
140 146
141 gpio4: gpio@49054000 { 147 gpio4: gpio@49054000 {
142 compatible = "ti,omap3-gpio"; 148 compatible = "ti,omap3-gpio";
149 reg = <0x49054000 0x200>;
150 interrupts = <32>;
143 ti,hwmods = "gpio4"; 151 ti,hwmods = "gpio4";
144 gpio-controller; 152 gpio-controller;
145 #gpio-cells = <2>; 153 #gpio-cells = <2>;
@@ -149,6 +157,8 @@
149 157
150 gpio5: gpio@49056000 { 158 gpio5: gpio@49056000 {
151 compatible = "ti,omap3-gpio"; 159 compatible = "ti,omap3-gpio";
160 reg = <0x49056000 0x200>;
161 interrupts = <33>;
152 ti,hwmods = "gpio5"; 162 ti,hwmods = "gpio5";
153 gpio-controller; 163 gpio-controller;
154 #gpio-cells = <2>; 164 #gpio-cells = <2>;
@@ -158,6 +168,8 @@
158 168
159 gpio6: gpio@49058000 { 169 gpio6: gpio@49058000 {
160 compatible = "ti,omap3-gpio"; 170 compatible = "ti,omap3-gpio";
171 reg = <0x49058000 0x200>;
172 interrupts = <34>;
161 ti,hwmods = "gpio6"; 173 ti,hwmods = "gpio6";
162 gpio-controller; 174 gpio-controller;
163 #gpio-cells = <2>; 175 #gpio-cells = <2>;