diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-24 11:50:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-24 11:53:17 +0200 |
commit | d026fc7b73a58ea3b2fe567674e71cccd90f6a84 (patch) | |
tree | 8840db4348838fde60c702708298a464fb6ebe79 /Documentation/devicetree/bindings/usb | |
parent | a04224da1f3424b2c607b12a3bd1f0e302fb8231 (diff) |
Revert "dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport"
This reverts commit ca58c4ae75b65e1d78408b134f129ea91e9595b8.
The patches for the features that these bindings described are still
under active development, so odds are these bindings will also have to
be changed in the future. As no in-tree code requires these bindings at
the moment, revert them.
Reported-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/ZTeObdjSSok0tttg@hovoldconsulting.com
Cc: Krishna Kurapati <quic_kriskura@quicinc.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 51a5581ce692..e889158ca205 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -30,7 +30,6 @@ properties: - qcom,sc7180-dwc3 - qcom,sc7280-dwc3 - qcom,sc8280xp-dwc3 - - qcom,sc8280xp-dwc3-mp - qcom,sdm660-dwc3 - qcom,sdm670-dwc3 - qcom,sdm845-dwc3 @@ -264,7 +263,6 @@ allOf: contains: enum: - qcom,sc8280xp-dwc3 - - qcom,sc8280xp-dwc3-mp then: properties: clocks: @@ -488,33 +486,6 @@ allOf: - const: dm_hs_phy_irq - const: ss_phy_irq - - if: - properties: - compatible: - contains: - enum: - - qcom,sc8280xp-dwc3-mp - then: - properties: - interrupts: - maxItems: 14 - interrupt-names: - items: - - const: pwr_event_1 - - const: pwr_event_2 - - const: pwr_event_3 - - const: pwr_event_4 - - const: dp_hs_phy_1 - - const: dm_hs_phy_1 - - const: dp_hs_phy_2 - - const: dm_hs_phy_2 - - const: dp_hs_phy_3 - - const: dm_hs_phy_3 - - const: dp_hs_phy_4 - - const: dm_hs_phy_4 - - const: ss_phy_1 - - const: ss_phy_2 - additionalProperties: false examples: |