Skip to content

Commit 0abe440

Browse files
committed
Our driver x8h7_gpio does not support IRQ_TYPE_LEVEL_*
1 parent ac93f1a commit 0abe440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_mid_pro_demo_t1s.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
reg = <0>;
2828
pinctrl-names = "default";
2929
interrupt-parent = <&x8h7_gpio>;
30-
interrupts = <29 IRQ_TYPE_LEVEL_HIGH>;
30+
interrupts = <29 IRQ_TYPE_EDGE_RISING>;
3131
local-mac-address = [14 15 16 11 12 13];
3232
spi-max-frequency = <15000000>;
3333
/* PLCA settings */

0 commit comments

Comments
 (0)