diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-01-21 07:48:39 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:17:00 -0500 |
commit | 1f4c745b2c5a083c49dc11d2f0827d9a381f1ee1 (patch) | |
tree | 636667883e3f4e266f041640e3db534f2bbbdcb3 | |
parent | 59d2b5173bbe8dbc324e34263ceae4d6131058f2 (diff) |
ARM: shmobile: r8a7790: Replace IRQ type numerical values with macros
Replace the hardcoded value 4 with IRQ_TYPE_LEVEL_HIGH.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 51c897835628..ba0ef9a864c8 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -304,7 +304,7 @@ | |||
304 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; | 304 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; |
305 | reg = <0 0xe6c40000 0 64>; | 305 | reg = <0 0xe6c40000 0 64>; |
306 | interrupt-parent = <&gic>; | 306 | interrupt-parent = <&gic>; |
307 | interrupts = <0 144 4>; | 307 | interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>; |
308 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA0>; | 308 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA0>; |
309 | clock-names = "sci_ick"; | 309 | clock-names = "sci_ick"; |
310 | status = "disabled"; | 310 | status = "disabled"; |
@@ -314,7 +314,7 @@ | |||
314 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; | 314 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; |
315 | interrupt-parent = <&gic>; | 315 | interrupt-parent = <&gic>; |
316 | reg = <0 0xe6c50000 0 64>; | 316 | reg = <0 0xe6c50000 0 64>; |
317 | interrupts = <0 145 4>; | 317 | interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>; |
318 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA1>; | 318 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA1>; |
319 | clock-names = "sci_ick"; | 319 | clock-names = "sci_ick"; |
320 | status = "disabled"; | 320 | status = "disabled"; |
@@ -324,7 +324,7 @@ | |||
324 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; | 324 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; |
325 | interrupt-parent = <&gic>; | 325 | interrupt-parent = <&gic>; |
326 | reg = <0 0xe6c60000 0 64>; | 326 | reg = <0 0xe6c60000 0 64>; |
327 | interrupts = <0 151 4>; | 327 | interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>; |
328 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA2>; | 328 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA2>; |
329 | clock-names = "sci_ick"; | 329 | clock-names = "sci_ick"; |
330 | status = "disabled"; | 330 | status = "disabled"; |
@@ -334,7 +334,7 @@ | |||
334 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; | 334 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; |
335 | interrupt-parent = <&gic>; | 335 | interrupt-parent = <&gic>; |
336 | reg = <0 0xe6c20000 0 64>; | 336 | reg = <0 0xe6c20000 0 64>; |
337 | interrupts = <0 148 4>; | 337 | interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>; |
338 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB0>; | 338 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB0>; |
339 | clock-names = "sci_ick"; | 339 | clock-names = "sci_ick"; |
340 | status = "disabled"; | 340 | status = "disabled"; |
@@ -344,7 +344,7 @@ | |||
344 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; | 344 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; |
345 | interrupt-parent = <&gic>; | 345 | interrupt-parent = <&gic>; |
346 | reg = <0 0xe6c30000 0 64>; | 346 | reg = <0 0xe6c30000 0 64>; |
347 | interrupts = <0 149 4>; | 347 | interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>; |
348 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB1>; | 348 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB1>; |
349 | clock-names = "sci_ick"; | 349 | clock-names = "sci_ick"; |
350 | status = "disabled"; | 350 | status = "disabled"; |
@@ -354,7 +354,7 @@ | |||
354 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; | 354 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; |
355 | interrupt-parent = <&gic>; | 355 | interrupt-parent = <&gic>; |
356 | reg = <0 0xe6ce0000 0 64>; | 356 | reg = <0 0xe6ce0000 0 64>; |
357 | interrupts = <0 150 4>; | 357 | interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>; |
358 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB2>; | 358 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB2>; |
359 | clock-names = "sci_ick"; | 359 | clock-names = "sci_ick"; |
360 | status = "disabled"; | 360 | status = "disabled"; |
@@ -364,7 +364,7 @@ | |||
364 | compatible = "renesas,scif-r8a7790", "renesas,scif"; | 364 | compatible = "renesas,scif-r8a7790", "renesas,scif"; |
365 | interrupt-parent = <&gic>; | 365 | interrupt-parent = <&gic>; |
366 | reg = <0 0xe6e60000 0 64>; | 366 | reg = <0 0xe6e60000 0 64>; |
367 | interrupts = <0 152 4>; | 367 | interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>; |
368 | clocks = <&mstp7_clks R8A7790_CLK_SCIF0>; | 368 | clocks = <&mstp7_clks R8A7790_CLK_SCIF0>; |
369 | clock-names = "sci_ick"; | 369 | clock-names = "sci_ick"; |
370 | status = "disabled"; | 370 | status = "disabled"; |
@@ -374,7 +374,7 @@ | |||
374 | compatible = "renesas,scif-r8a7790", "renesas,scif"; | 374 | compatible = "renesas,scif-r8a7790", "renesas,scif"; |
375 | interrupt-parent = <&gic>; | 375 | interrupt-parent = <&gic>; |
376 | reg = <0 0xe6e68000 0 64>; | 376 | reg = <0 0xe6e68000 0 64>; |
377 | interrupts = <0 153 4>; | 377 | interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>; |
378 | clocks = <&mstp7_clks R8A7790_CLK_SCIF1>; | 378 | clocks = <&mstp7_clks R8A7790_CLK_SCIF1>; |
379 | clock-names = "sci_ick"; | 379 | clock-names = "sci_ick"; |
380 | status = "disabled"; | 380 | status = "disabled"; |
@@ -384,7 +384,7 @@ | |||
384 | compatible = "renesas,hscif-r8a7790", "renesas,hscif"; | 384 | compatible = "renesas,hscif-r8a7790", "renesas,hscif"; |
385 | interrupt-parent = <&gic>; | 385 | interrupt-parent = <&gic>; |
386 | reg = <0 0xe62c0000 0 96>; | 386 | reg = <0 0xe62c0000 0 96>; |
387 | interrupts = <0 154 4>; | 387 | interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>; |
388 | clocks = <&mstp7_clks R8A7790_CLK_HSCIF0>; | 388 | clocks = <&mstp7_clks R8A7790_CLK_HSCIF0>; |
389 | clock-names = "sci_ick"; | 389 | clock-names = "sci_ick"; |
390 | status = "disabled"; | 390 | status = "disabled"; |
@@ -394,7 +394,7 @@ | |||
394 | compatible = "renesas,hscif-r8a7790", "renesas,hscif"; | 394 | compatible = "renesas,hscif-r8a7790", "renesas,hscif"; |
395 | interrupt-parent = <&gic>; | 395 | interrupt-parent = <&gic>; |
396 | reg = <0 0xe62c8000 0 96>; | 396 | reg = <0 0xe62c8000 0 96>; |
397 | interrupts = <0 155 4>; | 397 | interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>; |
398 | clocks = <&mstp7_clks R8A7790_CLK_HSCIF1>; | 398 | clocks = <&mstp7_clks R8A7790_CLK_HSCIF1>; |
399 | clock-names = "sci_ick"; | 399 | clock-names = "sci_ick"; |
400 | status = "disabled"; | 400 | status = "disabled"; |