Skip to content

Commit 1d32389

Browse files
krzkgregkh
authored andcommitted
dt-bindings: usb: qcom,dwc3: Correct MSM8994 interrupts
According to the reference manual, MSM8994 does have QUSB2 PHY and does not have DP/DM IRQs interrupts. It is also logical it has the same constraints as similar device: MSM8996. This fixes dtbs_check warnings like: msm8994-sony-xperia-kitakami-karin.dtb: usb@f92f8800 (qcom,msm8994-dwc3): interrupt-names:1: 'hs_phy_irq' was expected msm8994-sony-xperia-kitakami-karin.dtb: usb@f92f8800 (qcom,msm8994-dwc3): interrupt-names:2: 'dp_hs_phy_irq' was expected msm8994-sony-xperia-kitakami-karin.dtb: usb@f92f8800 (qcom,msm8994-dwc3): interrupt-names:3: 'dm_hs_phy_irq' was expected Fixes: 53c6d85 ("dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding") Fixes: 6e762f7 ("dt-bindings: usb: Introduce qcom,snps-dwc3") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260106185012.19551-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent db0635a commit 1d32389

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/usb/qcom,dwc3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ allOf:
427427
compatible:
428428
contains:
429429
enum:
430+
- qcom,msm8994-dwc3
430431
- qcom,msm8996-dwc3
431432
- qcom,qcs404-dwc3
432433
- qcom,sdm660-dwc3
@@ -488,7 +489,6 @@ allOf:
488489
enum:
489490
- qcom,ipq4019-dwc3
490491
- qcom,ipq8064-dwc3
491-
- qcom,msm8994-dwc3
492492
- qcom,qcs615-dwc3
493493
- qcom,qcs8300-dwc3
494494
- qcom,qdu1000-dwc3

Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ allOf:
442442
compatible:
443443
contains:
444444
enum:
445+
- qcom,msm8994-dwc3
445446
- qcom,msm8996-dwc3
446447
- qcom,qcs404-dwc3
447448
- qcom,sdm660-dwc3
@@ -509,7 +510,6 @@ allOf:
509510
- qcom,ipq4019-dwc3
510511
- qcom,ipq8064-dwc3
511512
- qcom,kaanapali-dwc3
512-
- qcom,msm8994-dwc3
513513
- qcom,qcs615-dwc3
514514
- qcom,qcs8300-dwc3
515515
- qcom,qdu1000-dwc3

0 commit comments

Comments
 (0)