[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174522055654.901015.12807309511179699830.robh@kernel.org>
Date: Mon, 21 Apr 2025 02:29:16 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: carlos.song@....com
Cc: krzk+dt@...nel.org, s.hauer@...gutronix.de, festevam@...il.com,
linux-kernel@...r.kernel.org, Frank.Li@....com,
alexandre.belloni@...tlin.com, linux-i3c@...ts.infradead.org,
miquel.raynal@...tlin.com, devicetree@...r.kernel.org,
conor.culhane@...vaco.com, linux-arm-kernel@...ts.infradead.org,
shawnguo@...nel.org, kernel@...gutronix.de, imx@...ts.linux.dev,
conor+dt@...nel.org
Subject: Re: [PATCH 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94
and i.MX95 I3C
On Mon, 21 Apr 2025 14:15:42 +0800, carlos.song@....com wrote:
> From: Carlos Song <carlos.song@....com>
>
> Add compatible string "nxp,imx94-i3c" and "nxp,imx95-i3c" for the i.MX94
> chip and i.MX95 chip. Backward is compatible with "silvaco,i3c-master-v1".
>
> Also i.MX94 and i.MX95 I3C only need two clocks and Legacy I3C needs
> three clocks. So add restrictions for clock and clock-names properties
> for different Socs.
>
> Signed-off-by: Carlos Song <carlos.song@....com>
> ---
> .../bindings/i3c/silvaco,i3c-master.yaml | 45 ++++++++++++++++---
> 1 file changed, 39 insertions(+), 6 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml:16:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml:19:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250421061544.2471379-2-carlos.song@nxp.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.
Powered by blists - more mailing lists