Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 53c6d854be4e ("dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding")
Fixes: 6e762f7b8edc ("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>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
1d32389d db0635a3

+2 -2
+1 -1
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
··· 427 427 compatible: 428 428 contains: 429 429 enum: 430 + - qcom,msm8994-dwc3 430 431 - qcom,msm8996-dwc3 431 432 - qcom,qcs404-dwc3 432 433 - qcom,sdm660-dwc3 ··· 489 488 enum: 490 489 - qcom,ipq4019-dwc3 491 490 - qcom,ipq8064-dwc3 492 - - qcom,msm8994-dwc3 493 491 - qcom,qcs615-dwc3 494 492 - qcom,qcs8300-dwc3 495 493 - qcom,qdu1000-dwc3
+1 -1
Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
··· 442 442 compatible: 443 443 contains: 444 444 enum: 445 + - qcom,msm8994-dwc3 445 446 - qcom,msm8996-dwc3 446 447 - qcom,qcs404-dwc3 447 448 - qcom,sdm660-dwc3 ··· 510 509 - qcom,ipq4019-dwc3 511 510 - qcom,ipq8064-dwc3 512 511 - qcom,kaanapali-dwc3 513 - - qcom,msm8994-dwc3 514 512 - qcom,qcs615-dwc3 515 513 - qcom,qcs8300-dwc3 516 514 - qcom,qdu1000-dwc3