Commit 3dc82c33 authored by Hernán Gonzalez's avatar Hernán Gonzalez Committed by Shawn Guo

ARM: dts: vf-colibri-eval-v3: Use IRQ_TYPE specifier

GPIO_ACTIVE_LOW was being used to specify an interrupt, use
IRQ_TYPE_EDGE_RISING instead. This improves DT readability.
Signed-off-by: default avatarHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5630b1bd
...@@ -117,7 +117,7 @@ mcp2515can: can@0 { ...@@ -117,7 +117,7 @@ mcp2515can: can@0 {
clocks = <&clk16m>; clocks = <&clk16m>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <11 GPIO_ACTIVE_LOW>; interrupts = <11 IRQ_TYPE_EDGE_RISING>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment