Message ID | 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-phy-v1-1-c819b0ecd8c8@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: phy: g12a-usb2-phy: add optional power-domains | expand |
On Wed, 05 Jun 2024 11:36:00 +0200, Neil Armstrong wrote: > 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> > --- > Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Wed, 05 Jun 2024 11:36:00 +0200, Neil Armstrong wrote: > On newer SoCs, the USB2 PHY can require a power-domain to operate, > add it as optional. > > Applied, thanks! [1/1] dt-bindings: phy: g12a-usb2-phy: add optional power-domains commit: 8e97ddd586148fe8852c388eb7c9bba70223da5f Best regards,
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
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> --- Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml | 3 +++ 1 file changed, 3 insertions(+) --- base-commit: c3f38fa61af77b49866b006939479069cd451173 change-id: 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-phy-fa8d34ea3efa Best regards,