From 911086ca2eb2256c32600644190f7bc4c04332bd Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Fri, 16 Feb 2024 13:30:40 -0800 Subject: [PATCH] ARM: dts: qcom: SOCCP wdog INT is EDGE triggered HIGH Fix the interrupt line for wdog INT to EDGE triggered. Change-Id: Id9ca3f3a632b95bfa17cedacda0936845413ded1 Signed-off-by: Gokul krishna Krishnakumar --- qcom/sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index e9ef05cb..3e2eabac 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3353,7 +3353,7 @@ soccp-config = <&tcsr 0x1a000>; /* Inputs from SOCCP */ - interrupts-extended = <&intc GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>, + interrupts-extended = <&intc GIC_SPI 167 IRQ_TYPE_EDGE_RISING>, <&soccp_smp2p_in 0 0>, <&soccp_smp2p_in 1 0>, <&soccp_smp2p_in 3 0>,