提交 3dc82c33 编写于 作者: H Hernán Gonzalez 提交者: 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: NHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 5630b1bd
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册