]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: usb: tegra-xudc: Remove extraneous PHYs
authorThierry Reding <treding@nvidia.com>
Thu, 25 May 2023 09:42:37 +0000 (11:42 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 26 May 2023 15:08:33 +0000 (17:08 +0200)
The USB device controller on Tegra210 and later supports one USB 2/3
port, so only a single pair of PHYs is needed. Drop any of the extra
PHYs from the bindings.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml

index e2270ce0c56b2af67f96556193f28564835ea44a..c6e661e8915ca4d3e905331299d981f4d3964314 100644 (file)
@@ -91,6 +91,7 @@ properties:
 
   phys:
     minItems: 1
+    maxItems: 2
     description:
       Must contain an entry for each entry in phy-names.
       See ../phy/phy-bindings.txt for details.
@@ -99,13 +100,7 @@ properties:
     minItems: 1
     items:
       - const: usb2-0
-      - const: usb2-1
-      - const: usb2-2
-      - const: usb2-3
       - const: usb3-0
-      - const: usb3-1
-      - const: usb3-2
-      - const: usb3-3
 
   avddio-usb-supply:
     description: PCIe/USB3 analog logic power supply. Must supply 1.05 V.