diff mbox series

[2/2] dt-bindings: usb: ci-hdrc-usb2: Fix clocks/clock-names maxItems

Message ID 20230731144422.1532498-2-festevam@gmail.com
State Not Applicable, archived
Headers show
Series [1/2] dt-bindings: usb: ci-hdrc-usb2: Add the "fsl,imx35-usb" entry | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 13 lines checked
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Fabio Estevam July 31, 2023, 2:44 p.m. UTC
From: Fabio Estevam  <festevam@denx.de>

imx35.dtsi has three USB clocks. Adjust the maxItems to fix the following
schema warnings:

imx35-eukrea-mbimxsd35-baseboard.dtb: usb@53ff4400: clock-names: ['ipg', 'ahb', 'per'] is too long

Signed-off-by: Fabio Estevam  <festevam@denx.de>
---
 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Conor Dooley July 31, 2023, 3:42 p.m. UTC | #1
On Mon, Jul 31, 2023 at 11:44:22AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam  <festevam@denx.de>
> 
> imx35.dtsi has three USB clocks. Adjust the maxItems to fix the following
> schema warnings:
> 
> imx35-eukrea-mbimxsd35-baseboard.dtb: usb@53ff4400: clock-names: ['ipg', 'ahb', 'per'] is too long

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
index 85016dd2e187..d2303f9a638c 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
@@ -77,11 +77,11 @@  properties:
 
   clocks:
     minItems: 1
-    maxItems: 2
+    maxItems: 3
 
   clock-names:
     minItems: 1
-    maxItems: 2
+    maxItems: 3
 
   dr_mode: true