arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb
authorVaradarajan Narayanan <quic_varada@quicinc.com>
Tue, 23 Jul 2024 10:01:51 +0000 (15:31 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 29 Jul 2024 03:16:16 +0000 (22:16 -0500)
commit60a76f7826b88ebf7697a56fdcd9596b23c2b616
treeb6087f200861c23c8391d3e31fdb52de557a75d0
parent8bc7cb73df8644423758c79d4504d501c8ef3854
arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb

Trigger type is incorrectly specified as IRQ_TYPE_EDGE_BOTH
instead of IRQ_TYPE_LEVEL_HIGH. This trigger type is not
supported for SPIs and results in probe failure with -EINVAL.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Fixes: 927173bf8a0e ("arm64: dts: qcom: Add missing interrupts for qcs404/ipq5332")
Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
Link: https://lore.kernel.org/r/20240723100151.402300-3-quic_varada@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq5332.dtsi