arm64: dts: zii-ultra: only trigger IRQ on falling edge ucs1002 ALERT pin

The ALERT signaling happens on the falling edge of the signal, as rising
edge doesn't really have any notion, as it may happen much later (due to
shared IRQ line) or too early if the chip resolves the fault itself. So
only trigger the IRQ on the edge we are actually interested in.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Lucas Stach 2021-01-25 19:47:35 +01:00 committed by Shawn Guo
parent f2615e598a
commit b53e7e0c65

View File

@ -304,7 +304,7 @@
reg = <0x32>; reg = <0x32>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio3>;
interrupts = <17 IRQ_TYPE_EDGE_BOTH>, interrupts = <17 IRQ_TYPE_EDGE_BOTH>,
<18 IRQ_TYPE_EDGE_BOTH>; <18 IRQ_TYPE_EDGE_FALLING>;
interrupt-names = "a_det", "alert"; interrupt-names = "a_det", "alert";
}; };