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

dt-bindings: usb: qcom,dwc3: Add SC8180X compatibles

The SC8180X platform has two single port DWC3 instances and a two-port
DWC3 instance. Add compatibles for these to the binding.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Link: https://lore.kernel.org/r/20240610-sc8180x-dwc3-binding-compatible-v2-1-c7d5db9702a2@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bjorn Andersson and committed by
Greg Kroah-Hartman
34aa3ca4 50a7230a

+29
+29
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
··· 30 30 - qcom,sa8775p-dwc3 31 31 - qcom,sc7180-dwc3 32 32 - qcom,sc7280-dwc3 33 + - qcom,sc8180x-dwc3 34 + - qcom,sc8180x-dwc3-mp 33 35 - qcom,sc8280xp-dwc3 34 36 - qcom,sc8280xp-dwc3-mp 35 37 - qcom,sdm660-dwc3 ··· 336 334 contains: 337 335 enum: 338 336 - qcom,qcm2290-dwc3 337 + - qcom,sc8180x-dwc3 338 + - qcom,sc8180x-dwc3-mp 339 339 - qcom,sm6115-dwc3 340 340 - qcom,sm6125-dwc3 341 341 - qcom,sm8150-dwc3 ··· 452 448 - qcom,sa8775p-dwc3 453 449 - qcom,sc7180-dwc3 454 450 - qcom,sc7280-dwc3 451 + - qcom,sc8180x-dwc3 455 452 - qcom,sc8280xp-dwc3 456 453 - qcom,sdm670-dwc3 457 454 - qcom,sdm845-dwc3 ··· 479 474 - const: dp_hs_phy_irq 480 475 - const: dm_hs_phy_irq 481 476 - const: ss_phy_irq 477 + 478 + - if: 479 + properties: 480 + compatible: 481 + contains: 482 + enum: 483 + - qcom,sc8180x-dwc3-mp 484 + then: 485 + properties: 486 + interrupts: 487 + minItems: 10 488 + maxItems: 10 489 + interrupt-names: 490 + items: 491 + - const: pwr_event_1 492 + - const: pwr_event_2 493 + - const: hs_phy_1 494 + - const: hs_phy_2 495 + - const: dp_hs_phy_1 496 + - const: dm_hs_phy_1 497 + - const: dp_hs_phy_2 498 + - const: dm_hs_phy_2 499 + - const: ss_phy_1 500 + - const: ss_phy_2 482 501 483 502 - if: 484 503 properties: