提交 3d4fb3d4 编写于 作者: F Fabrice Gasnier 提交者: Alexandre Torgue

ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx

STUSB1600 IRQ (Alert pin) is active low (open drain). Interrupts may get
lost currently, so fix the IRQ type.

Fixes: 83686162 ("ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx")
Signed-off-by: NFabrice Gasnier <fabrice.gasnier@foss.st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@foss.st.com>
上级 5ac05598
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
stusb1600@28 { stusb1600@28 {
compatible = "st,stusb1600"; compatible = "st,stusb1600";
reg = <0x28>; reg = <0x28>;
interrupts = <11 IRQ_TYPE_EDGE_FALLING>; interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
interrupt-parent = <&gpioi>; interrupt-parent = <&gpioi>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&stusb1600_pins_a>; pinctrl-0 = <&stusb1600_pins_a>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册