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: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Hernán Gonzalez 2018-05-13 20:24:54 -03:00 committed by Shawn Guo
parent 5630b1bd76
commit 3dc82c33dc

View File

@ -117,7 +117,7 @@
clocks = <&clk16m>;
spi-max-frequency = <10000000>;
interrupt-parent = <&gpio1>;
interrupts = <11 GPIO_ACTIVE_LOW>;
interrupts = <11 IRQ_TYPE_EDGE_RISING>;
};
};