diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-03-30 13:55:12 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-04-13 09:42:25 +0300 |
commit | 61a37dc9c36fe4be455cef89e17388fa6e9c1e82 (patch) | |
tree | cbc9c3447e7f6606ef1e0f58a6e45fd5484b1674 /Documentation/devicetree | |
parent | cfe4c1021ef5621384878f1de0bc8fdab761a702 (diff) | |
download | linux-61a37dc9c36fe4be455cef89e17388fa6e9c1e82.tar.xz |
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: 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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml index 92d46eb913a3..06c957d52d23 100644 --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml @@ -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 |