diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2024-06-05 12:36:00 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-06-12 20:46:15 +0300 |
commit | 8e97ddd586148fe8852c388eb7c9bba70223da5f (patch) | |
tree | 6ff5b2490a983479d41467a5cc79002308c9a513 /Documentation/devicetree/bindings/phy | |
parent | ea09ba7653bb53252ed96ec524991c55a38bcd0f (diff) | |
download | linux-8e97ddd586148fe8852c388eb7c9bba70223da5f.tar.xz |
dt-bindings: phy: g12a-usb2-phy: add optional power-domains
On newer SoCs, the USB2 PHY can require a power-domain to operate,
add it as optional.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240605-topic-amlogic-upstream-bindings-fixes-power-domains-phy-v1-1-c819b0ecd8c8@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml b/Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml index 0031fb6a4e76..1a0c436b87a0 100644 --- a/Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml @@ -41,6 +41,9 @@ properties: Phandle to a regulator that provides power to the PHY. This regulator will be managed during the PHY power on/off sequence. + power-domains: + maxItems: 1 + required: - compatible - reg |