From: Ludovic Desroches Date: Thu, 13 Nov 2014 09:29:07 +0000 (+0100) Subject: ARM: at91/dt: sama5d4: use macro instead of numeric value X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=84f017a7b998563ee1f8d0249d0ec7ba295b6427;p=linux-beck.git ARM: at91/dt: sama5d4: use macro instead of numeric value There is a macro for the irq type. Signed-off-by: Ludovic Desroches Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index e0157b0f075c..338dfd85658f 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -817,7 +817,7 @@ i2c2: i2c@f8024000 { compatible = "atmel,at91sam9x5-i2c"; reg = <0xf8024000 0x4000>; - interrupts = <34 4 6>; + interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c2>; #address-cells = <1>;