From: "Rob Herring (Arm)" <robh@kernel.org>
To: Aniket <aniketmaurya@google.com>
Cc: Joel Stanley <joel@jms.id.au>,
devicetree@vger.kernel.org,
Jeremy Kerr <jk@codeconstruct.com.au>,
Billy Tsai <billy_tsai@aspeedtech.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-kernel@vger.kernel.org, linux-i3c@lists.infradead.org
Subject: Re: [PATCH 1/2] dt-bindings: i3c: dw: Add clock binding
Date: Tue, 11 Jun 2024 12:33:06 -0600 [thread overview]
Message-ID: <171813078603.2869501.4487165052485708159.robh@kernel.org> (raw)
In-Reply-To: <20240611171600.1105124-2-aniketmaurya@google.com>
On Tue, 11 Jun 2024 17:15:59 +0000, Aniket wrote:
> Add dt binding for optional apb clock.
> Core clock is mandatory. Also add
> an example.
>
> Signed-off-by: Aniket <aniketmaurya@google.com>
> ---
> .../bindings/i3c/snps,dw-i3c-master.yaml | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.example.dtb: i3c@10400: '#address-cells' is a required property
from schema $id: http://devicetree.org/schemas/i3c/snps,dw-i3c-master.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.example.dtb: i3c@10400: '#size-cells' is a required property
from schema $id: http://devicetree.org/schemas/i3c/snps,dw-i3c-master.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.example.dtb: i3c@10400: '#address-cells' is a required property
from schema $id: http://devicetree.org/schemas/i3c/i3c.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.example.dtb: i3c@10400: '#size-cells' is a required property
from schema $id: http://devicetree.org/schemas/i3c/i3c.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240611171600.1105124-2-aniketmaurya@google.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
next prev parent reply other threads:[~2024-06-11 18:33 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-11 17:15 [PATCH 0/2] i3c: dw: Add APB clk Aniket
2024-06-11 17:15 ` [PATCH 1/2] dt-bindings: i3c: dw: Add clock binding Aniket
2024-06-11 18:10 ` Conor Dooley
2024-06-11 18:33 ` Rob Herring (Arm) [this message]
2024-06-11 17:16 ` [PATCH 2/2] i3c: dw: Add optional apb clock Aniket
2024-06-18 20:05 ` Alexandre Belloni
2024-06-18 20:09 ` Alexandre Belloni
2024-06-20 6:12 ` Aniket .
2024-06-22 22:27 ` Alexandre Belloni
2024-06-24 5:28 ` [PATCH v2 0/3] i3c: dw: Add apb clk Aniket
2024-06-24 5:28 ` [PATCH v2 1/3] dt-bindings: i3c: dw: Add apb clock binding Aniket
2024-06-25 5:54 ` Krzysztof Kozlowski
2024-06-25 6:59 ` Aniket .
2024-06-24 5:28 ` [PATCH v2 2/3] i3c: dw: Add optional apb clock Aniket
2024-06-24 5:28 ` [PATCH v2 3/3] i3c: dw: Use new *_enabled clk APIs Aniket
2024-06-24 5:50 ` [PATCH v2 0/3] i3c: dw: Add apb clk Krzysztof Kozlowski
2024-06-24 8:48 ` Aniket .
2024-06-27 22:12 ` Alexandre Belloni
2024-06-28 15:01 ` Aniket .
2024-06-28 15:38 ` [PATCH v3 " Aniket
2024-07-02 15:46 ` Alexandre Belloni
2024-06-28 15:45 ` [PATCH v3 1/3] dt-bindings: i3c: dw: Add apb clock binding Aniket
2024-06-28 16:30 ` Conor Dooley
2024-07-01 3:39 ` Aniket .
2024-06-28 15:46 ` [PATCH v3 2/3] i3c: dw: Use new *_enabled clk API Aniket
2024-06-28 15:46 ` [PATCH v3 3/3] i3c: dw: Add optional apb clock Aniket
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=171813078603.2869501.4487165052485708159.robh@kernel.org \
--to=robh@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=aniketmaurya@google.com \
--cc=billy_tsai@aspeedtech.com \
--cc=devicetree@vger.kernel.org \
--cc=jk@codeconstruct.com.au \
--cc=joel@jms.id.au \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.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