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 <quic_gokukris@quicinc.com>
This commit is contained in:
@@ -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>,
|
||||
|
Reference in New Issue
Block a user