From: Matt Porter Date: Thu, 6 Jun 2013 05:41:35 +0000 (-0400) Subject: ARM: dts: bcm281xx: use existing defines for irqs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5401cc4322f24bd743f18f832a2f3d906f5b42ce;p=linux-beck.git ARM: dts: bcm281xx: use existing defines for irqs Use the standard interrupt-controller and ARM GIC constants to improve the readability of bcm281xx DT irq properties. Signed-off-by: Matt Porter Acked-by: Olof Johansson Acked-by: Christian Daudt --- diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index c08810ea860a..824bebe90c63 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -11,6 +11,9 @@ * GNU General Public License for more details. */ +#include +#include + #include "skeleton.dtsi" / { @@ -41,7 +44,7 @@ status = "disabled"; reg = <0x3e000000 0x1000>; clock-frequency = <13000000>; - interrupts = <0x0 67 0x4>; + interrupts = ; reg-shift = <2>; reg-io-width = <4>; }; @@ -56,7 +59,7 @@ timer@35006000 { compatible = "bcm,kona-timer"; reg = <0x35006000 0x1000>; - interrupts = <0x0 7 0x4>; + interrupts = ; clock-frequency = <32768>; };