[PATCH V3 7/7] dt-bindings: usb: usb-nop-xceiv: add power-domains property

Peng Fan (OSS) posted 7 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH V3 7/7] dt-bindings: usb: usb-nop-xceiv: add power-domains property
Posted by Peng Fan (OSS) 2 years, 6 months ago
From: Peng Fan <peng.fan@nxp.com>

Add power-domains optional property

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml b/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
index 921b986adc47..6734f4d3aa78 100644
--- a/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
+++ b/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
@@ -27,6 +27,9 @@ properties:
   vcc-supply:
     description: phandle to the regulator that provides power to the PHY.
 
+  power-domains:
+    maxItems: 1
+
   reset-gpios:
     maxItems: 1
 
-- 
2.37.1
Re: [PATCH V3 7/7] dt-bindings: usb: usb-nop-xceiv: add power-domains property
Posted by Rob Herring 2 years, 6 months ago
On Sun, 26 Feb 2023 21:05:39 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add power-domains optional property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>