From: Fabio Estevam <festevam@gmail.com>
To: gregkh@linuxfoundation.org
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, devicetree@vger.kernel.org,
linux-usb@vger.kernel.org, Fabio Estevam <festevam@denx.de>
Subject: [PATCH 2/2] dt-bindings: usb: ci-hdrc-usb2: Fix clocks/clock-names maxItems
Date: Mon, 31 Jul 2023 11:44:22 -0300 [thread overview]
Message-ID: <20230731144422.1532498-2-festevam@gmail.com> (raw)
In-Reply-To: <20230731144422.1532498-1-festevam@gmail.com>
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(-)
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
--
2.34.1
next prev parent reply other threads:[~2023-07-31 14:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 14:44 [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: Add the "fsl,imx35-usb" entry Fabio Estevam
2023-07-31 14:44 ` Fabio Estevam [this message]
2023-07-31 15:42 ` [PATCH 2/2] dt-bindings: usb: ci-hdrc-usb2: Fix clocks/clock-names maxItems Conor Dooley
2023-07-31 15:41 ` [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: Add the "fsl,imx35-usb" entry Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230731144422.1532498-2-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).