[PATCH V2 2/6] dt-bindings: usb: usbmisc-imx: add clocks property

Peng Fan (OSS) posted 6 patches 3 years, 2 months ago
There is a newer version of this series
[PATCH V2 2/6] dt-bindings: usb: usbmisc-imx: add clocks property
Posted by Peng Fan (OSS) 3 years, 2 months ago
From: Peng Fan <peng.fan@nxp.com>

Add optional clocks property

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

diff --git a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
index c83ffb6729b5..89e2035436f8 100644
--- a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
+++ b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
@@ -27,6 +27,9 @@ properties:
               - fsl,imx7ulp-usbmisc
           - const: fsl,imx7d-usbmisc
 
+  clocks:
+    maxItems: 1
+
   reg:
     maxItems: 1
 
-- 
2.37.1
Re: [PATCH V2 2/6] dt-bindings: usb: usbmisc-imx: add clocks property
Posted by Rob Herring 3 years, 2 months ago
On Fri, 14 Oct 2022 17:51:44 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional clocks property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

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