From: Peng Fan <[email protected]>
Add optional power-domains property for usb phy.
Signed-off-by: Peng Fan <[email protected]>
---
Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
index 2936f3510a6a..5ba9570ad7bf 100644
--- a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
@@ -28,6 +28,9 @@ properties:
items:
- const: phy
+ power-domains:
+ maxItems: 1
+
vbus-supply:
description:
A phandle to the regulator for USB VBUS.
--
2.37.1
Am Freitag, 14. Oktober 2022, 11:55:50 CEST schrieb Peng Fan (OSS):
> From: Peng Fan <[email protected]>
>
> Add optional power-domains property for usb phy.
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
> Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
> b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml index
> 2936f3510a6a..5ba9570ad7bf 100644
> --- a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
> @@ -28,6 +28,9 @@ properties:
> items:
> - const: phy
>
> + power-domains:
> + maxItems: 1
> +
> vbus-supply:
> description:
> A phandle to the regulator for USB VBUS.
Acked-by: Alexander Stein <[email protected]>
On Fri, 14 Oct 2022 17:55:50 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add optional power-domains property for usb phy.
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
> Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
Acked-by: Rob Herring <[email protected]>
On 14-10-22, 17:55, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add optional power-domains property for usb phy.
Applied, thanks
--
~Vinod