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,snps-dwc3: Add constraints for IPQ5424 and IPQ9574

The qcom,ipq5424-dwc3 and qcom,ipq9574-dwc3 are already documented in
top level part, but they miss specific constraints for clocks (IPQ5424)
and interrupts (both).

Closes: https://sashiko.dev/#/patchset/20260319092348.35237-2-krzysztof.kozlowski%40oss.qualcomm.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260323-dt-bindings-snps-qcom-dwc3-cleanup-v2-5-3bcd37c0a5b5@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
5b99bcba 2bd012e0

+21
+21
Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
··· 203 203 compatible: 204 204 contains: 205 205 enum: 206 + - qcom,ipq5424-dwc3 206 207 - qcom,ipq9574-dwc3 207 208 - qcom,kaanapali-dwc3 208 209 - qcom,msm8953-dwc3 ··· 489 488 items: 490 489 - const: dwc_usb3 491 490 - const: pwr_event 491 + - const: dp_hs_phy_irq 492 + - const: dm_hs_phy_irq 493 + 494 + - if: 495 + properties: 496 + compatible: 497 + contains: 498 + enum: 499 + - qcom,ipq5424-dwc3 500 + - qcom,ipq9574-dwc3 501 + then: 502 + properties: 503 + interrupts: 504 + minItems: 5 505 + maxItems: 5 506 + interrupt-names: 507 + items: 508 + - const: dwc_usb3 509 + - const: pwr_event 510 + - const: qusb2_phy 492 511 - const: dp_hs_phy_irq 493 512 - const: dm_hs_phy_irq 494 513