diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2023-02-07 18:03:53 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-02-16 16:05:25 +0300 |
commit | a9b444988026528788c83c995ebb44eda5a54d8c (patch) | |
tree | 059f137fb4b30c3df2fee9893ae152a908156783 | |
parent | f765c59c5a72546a2d74a92ae5d0eb0329d8e247 (diff) | |
download | linux-a9b444988026528788c83c995ebb44eda5a54d8c.tar.xz |
dt-bindings: phy: amlogic,g12a-usb3-pcie-phy: add missing optional phy-supply property
Add missing optional phy-supply property used to power up PHY regulators.
Fixes: 87a55485f2fc ("dt-bindings: phy: meson-g12a-usb3-pcie-phy: convert to yaml")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230207-b4-amlogic-amlogic-g12a-usb3-pcie-phy-fix-v1-1-3e437b759549@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml b/Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml index 129d26e99776..3314711292d6 100644 --- a/Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml +++ b/Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml @@ -35,6 +35,11 @@ properties: "#phy-cells": const: 1 + phy-supply: + description: + Phandle to a regulator that provides power to the PHY. This + regulator will be managed during the PHY power on/off sequence. + required: - compatible - reg |