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. Fix dt_binding_check/dtbs_check errors associated with usb's interrupts. v3: In the previous version, the hunk got mixed up while rebasing. Update dependency version. Depends: [1] https://lore.kernel.org/linux-arm-msm/20240722055539.2594434-1-quic_varada@xxxxxxxxxxx/ v2: Depends: [1] https://lore.kernel.org/linux-arm-msm/20240722055539.2594434-1-quic_varada@xxxxxxxxxxx/ Varadarajan Narayanan (2): dt-bindings: usb: qcom,dwc3: Update ipq5332 interrupt info arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb .../devicetree/bindings/usb/qcom,dwc3.yaml | 15 +++++++++++++++ arch/arm64/boot/dts/qcom/ipq5332.dtsi | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) -- 2.34.1