[PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type

Varadarajan Narayanan posted 2 patches 1 month, 2 weeks ago
.../devicetree/bindings/usb/qcom,dwc3.yaml        | 15 +++++++++++++++
arch/arm64/boot/dts/qcom/ipq5332.dtsi             |  4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
[PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type
Posted by Varadarajan Narayanan 1 month, 2 weeks ago
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
Re: (subset) [PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type
Posted by Bjorn Andersson 1 month, 1 week ago
On Tue, 23 Jul 2024 15:31:49 +0530, Varadarajan Narayanan wrote:
> 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.
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb
      commit: 60a76f7826b88ebf7697a56fdcd9596b23c2b616

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>