diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-03-30 13:55:11 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-04-13 09:42:24 +0300 |
commit | cfe4c1021ef5621384878f1de0bc8fdab761a702 (patch) | |
tree | d722f60b6e8f2d02d117ba6d34928053fb67e9df /Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml | |
parent | 6f3652c952d8d8d22da1d535c470906da6e1afde (diff) | |
download | linux-cfe4c1021ef5621384878f1de0bc8fdab761a702.tar.xz |
dt-bindings: phy: uniphier-usb2: Add vbus-supply
UniPhier USB2 PHY controller can apply vbus-supply.
Add "vbus-supply" property to fix the following warning.
uniphier-pro4-ace.dtb: usb-glue: phy@2: 'vbus-supply' does not match any of the regexes: 'pinctrl-[0-9]+'
From schema: Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml
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-2-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml index 479b203f7aa6..63dab914a48d 100644 --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml @@ -43,6 +43,9 @@ patternProperties: "#phy-cells": const: 0 + vbus-supply: + description: A phandle to the regulator for USB VBUS, only for USB host + required: - reg - "#phy-cells" |