[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240723100151.402300-1-quic_varada@quicinc.com>
Date: Tue, 23 Jul 2024 15:31:49 +0530
From: Varadarajan Narayanan <quic_varada@...cinc.com>
To: <gregkh@...uxfoundation.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>, <andersson@...nel.org>,
<konrad.dybcio@...aro.org>, <quic_wcheng@...cinc.com>,
<quic_kriskura@...cinc.com>, <linux-arm-msm@...r.kernel.org>,
<linux-usb@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Varadarajan Narayanan <quic_varada@...cinc.com>
Subject: [PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type
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@quicinc.com/
v2:
Depends:
[1] https://lore.kernel.org/linux-arm-msm/20240722055539.2594434-1-quic_varada@quicinc.com/
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
Powered by blists - more mailing lists