dt-bindings: phy: uniphier-usb3ss: Treat vbus-supply as optional
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Wed, 30 Mar 2022 10:55:12 +0000 (19:55 +0900)
committerVinod Koul <vkoul@kernel.org>
Wed, 13 Apr 2022 06:42:25 +0000 (12:12 +0530)
The usb-device doesn't need "vbus-supply" property, so the property should
be removed from required.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1648637715-19262-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml

index 92d46eb913a38b1b95e2117e8852945d8c820b01..06c957d52d233f2a777b70e1986ac1db4d2f8c4c 100644 (file)
@@ -61,7 +61,7 @@ properties:
           - const: phy
 
   vbus-supply:
-    description: A phandle to the regulator for USB VBUS
+    description: A phandle to the regulator for USB VBUS, only for USB host
 
 required:
   - compatible
@@ -71,7 +71,6 @@ required:
   - clock-names
   - resets
   - reset-names
-  - vbus-supply
 
 additionalProperties: false