diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2014-11-13 04:29:07 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 06:12:04 -0500 |
commit | 84f017a7b998563ee1f8d0249d0ec7ba295b6427 (patch) | |
tree | f0cbb87502b5125bc6db57e6fcfeb7ebddf60e96 /arch/arm/boot/dts/sama5d4.dtsi | |
parent | 51f46e5bc326972f623cad7ac9dadc3cf8159203 (diff) |
ARM: at91/dt: sama5d4: use macro instead of numeric value
There is a macro for the irq type.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
817 | i2c2: i2c@f8024000 { | 817 | i2c2: i2c@f8024000 { |
818 | compatible = "atmel,at91sam9x5-i2c"; | 818 | compatible = "atmel,at91sam9x5-i2c"; |
819 | reg = <0xf8024000 0x4000>; | 819 | reg = <0xf8024000 0x4000>; |
820 | interrupts = <34 4 6>; | 820 | interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>; |
821 | pinctrl-names = "default"; | 821 | pinctrl-names = "default"; |
822 | pinctrl-0 = <&pinctrl_i2c2>; | 822 | pinctrl-0 = <&pinctrl_i2c2>; |
823 | #address-cells = <1>; | 823 | #address-cells = <1>; |