Commit 61a37dc9 authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Vinod Koul
Browse files

dt-bindings: phy: uniphier-usb3ss: Treat vbus-supply as optional



The usb-device doesn't need "vbus-supply" property, so the property should
be removed from required.

Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1648637715-19262-3-git-send-email-hayashi.kunihiko@socionext.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent cfe4c102
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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