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>
This commit is contained in:
parent
51f46e5bc3
commit
84f017a7b9
@ -817,7 +817,7 @@
|
|||||||
i2c2: i2c@f8024000 {
|
i2c2: i2c@f8024000 {
|
||||||
compatible = "atmel,at91sam9x5-i2c";
|
compatible = "atmel,at91sam9x5-i2c";
|
||||||
reg = <0xf8024000 0x4000>;
|
reg = <0xf8024000 0x4000>;
|
||||||
interrupts = <34 4 6>;
|
interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_i2c2>;
|
pinctrl-0 = <&pinctrl_i2c2>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
Loading…
Reference in New Issue
Block a user