]> Git Repo - linux.git/commitdiff
dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x
authorDmitry Baryshkov <[email protected]>
Wed, 1 May 2024 16:19:29 +0000 (19:19 +0300)
committerVinod Koul <[email protected]>
Sat, 4 May 2024 12:18:05 +0000 (17:48 +0530)
The qcom,sc8180x-usb-hs-phy device uses qcom,usb-snps-hs-7nm-phy
fallback. Correct the schema for this platform.

Fixes: 9160fb7c39a1 ("dt-bindings: phy: qcom,usb-snps-femto-v2: use fallback compatibles")
Signed-off-by: Dmitry Baryshkov <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml

index 48afcf6ed9dfb5565699b330094cbc712b89a3ed..519c2b403f66d5c9d055d04c640d075f11f61bce 100644 (file)
@@ -15,9 +15,6 @@ description: |
 properties:
   compatible:
     oneOf:
-      - enum:
-          - qcom,sc8180x-usb-hs-phy
-          - qcom,usb-snps-femto-v2-phy
       - items:
           - enum:
               - qcom,sa8775p-usb-hs-phy
@@ -27,6 +24,7 @@ properties:
           - enum:
               - qcom,qdu1000-usb-hs-phy
               - qcom,sc7280-usb-hs-phy
+              - qcom,sc8180x-usb-hs-phy
               - qcom,sdx55-usb-hs-phy
               - qcom,sdx65-usb-hs-phy
               - qcom,sm6375-usb-hs-phy
This page took 0.066504 seconds and 4 git commands to generate.