2022-10-14 10:33:36

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH] dt-bindings: phy: imx8mq-usb: add power-domains property

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


2022-10-14 13:06:24

by Alexander Stein

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: phy: imx8mq-usb: add power-domains property

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]>


2022-10-14 15:12:32

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: phy: imx8mq-usb: add power-domains property

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]>

2022-10-17 05:36:50

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: phy: imx8mq-usb: add power-domains property

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