aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a73a4.dtsi
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-11-28 11:22:13 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:27:19 -0500
commitd6dd1313f74e2035e77c36686e7348a1bcd1c102 (patch)
tree455ac815f754e5cbdf71cb6be0450648196e39b3 /arch/arm/boot/dts/r8a73a4.dtsi
parent89fbba1210a171f134b72c4d3ccf376265c6ff3f (diff)
ARM: shmobile: Use interrupt macros in r8a73a4 and r8a7778 DT files
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a73a4.dtsi50
1 files changed, 25 insertions, 25 deletions
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index b4a6c3b43ee9..6b7ce89a68f7 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -137,27 +137,27 @@
137 compatible = "renesas,shdma-r8a73a4"; 137 compatible = "renesas,shdma-r8a73a4";
138 reg = <0 0xe6700020 0 0x89e0>; 138 reg = <0 0xe6700020 0 0x89e0>;
139 interrupt-parent = <&gic>; 139 interrupt-parent = <&gic>;
140 interrupts = <0 220 4 140 interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH
141 0 200 4 141 0 200 IRQ_TYPE_LEVEL_HIGH
142 0 201 4 142 0 201 IRQ_TYPE_LEVEL_HIGH
143 0 202 4 143 0 202 IRQ_TYPE_LEVEL_HIGH
144 0 203 4 144 0 203 IRQ_TYPE_LEVEL_HIGH
145 0 204 4 145 0 204 IRQ_TYPE_LEVEL_HIGH
146 0 205 4 146 0 205 IRQ_TYPE_LEVEL_HIGH
147 0 206 4 147 0 206 IRQ_TYPE_LEVEL_HIGH
148 0 207 4 148 0 207 IRQ_TYPE_LEVEL_HIGH
149 0 208 4 149 0 208 IRQ_TYPE_LEVEL_HIGH
150 0 209 4 150 0 209 IRQ_TYPE_LEVEL_HIGH
151 0 210 4 151 0 210 IRQ_TYPE_LEVEL_HIGH
152 0 211 4 152 0 211 IRQ_TYPE_LEVEL_HIGH
153 0 212 4 153 0 212 IRQ_TYPE_LEVEL_HIGH
154 0 213 4 154 0 213 IRQ_TYPE_LEVEL_HIGH
155 0 214 4 155 0 214 IRQ_TYPE_LEVEL_HIGH
156 0 215 4 156 0 215 IRQ_TYPE_LEVEL_HIGH
157 0 216 4 157 0 216 IRQ_TYPE_LEVEL_HIGH
158 0 217 4 158 0 217 IRQ_TYPE_LEVEL_HIGH
159 0 218 4 159 0 218 IRQ_TYPE_LEVEL_HIGH
160 0 219 4>; 160 0 219 IRQ_TYPE_LEVEL_HIGH>;
161 interrupt-names = "error", 161 interrupt-names = "error",
162 "ch0", "ch1", "ch2", "ch3", 162 "ch0", "ch1", "ch2", "ch3",
163 "ch4", "ch5", "ch6", "ch7", 163 "ch4", "ch5", "ch6", "ch7",
@@ -181,7 +181,7 @@
181 compatible = "renesas,rmobile-iic"; 181 compatible = "renesas,rmobile-iic";
182 reg = <0 0xe6500000 0 0x428>; 182 reg = <0 0xe6500000 0 0x428>;
183 interrupt-parent = <&gic>; 183 interrupt-parent = <&gic>;
184 interrupts = <0 174 0x4>; 184 interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>;
185 status = "disabled"; 185 status = "disabled";
186 }; 186 };
187 187
@@ -191,7 +191,7 @@
191 compatible = "renesas,rmobile-iic"; 191 compatible = "renesas,rmobile-iic";
192 reg = <0 0xe6510000 0 0x428>; 192 reg = <0 0xe6510000 0 0x428>;
193 interrupt-parent = <&gic>; 193 interrupt-parent = <&gic>;
194 interrupts = <0 175 0x4>; 194 interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>;
195 status = "disabled"; 195 status = "disabled";
196 }; 196 };
197 197
@@ -201,7 +201,7 @@
201 compatible = "renesas,rmobile-iic"; 201 compatible = "renesas,rmobile-iic";
202 reg = <0 0xe6520000 0 0x428>; 202 reg = <0 0xe6520000 0 0x428>;
203 interrupt-parent = <&gic>; 203 interrupt-parent = <&gic>;
204 interrupts = <0 176 0x4>; 204 interrupts = <0 176 IRQ_TYPE_LEVEL_HIGH>;
205 status = "disabled"; 205 status = "disabled";
206 }; 206 };
207 207
@@ -211,7 +211,7 @@
211 compatible = "renesas,rmobile-iic"; 211 compatible = "renesas,rmobile-iic";
212 reg = <0 0xe6530000 0 0x428>; 212 reg = <0 0xe6530000 0 0x428>;
213 interrupt-parent = <&gic>; 213 interrupt-parent = <&gic>;
214 interrupts = <0 177 0x4>; 214 interrupts = <0 177 IRQ_TYPE_LEVEL_HIGH>;
215 status = "disabled"; 215 status = "disabled";
216 }; 216 };
217 217