[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174007535477.3240838.6529561683095110061.robh@kernel.org>
Date: Thu, 20 Feb 2025 12:15:54 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: John Madieu <john.madieu.xa@...renesas.com>
Cc: claudiu.beznea.uj@...renesas.com, geert+renesas@...der.be,
rui.zhang@...el.com, sboyd@...nel.org, linux-renesas-soc@...r.kernel.org,
biju.das.jz@...renesas.com, devicetree@...r.kernel.org,
p.zabel@...gutronix.de, lukasz.luba@....com, rafael@...nel.org,
conor+dt@...nel.org, mturquette@...libre.com, john.madieu@...il.com,
linux-kernel@...r.kernel.org, krzk+dt@...nel.org, magnus.damm@...il.com,
linux-clk@...r.kernel.org, daniel.lezcano@...aro.org
Subject: Re: [PATCH 3/7] dt-bindings: thermal: r9a09g047-tsu: Document the
TSU unit
On Thu, 20 Feb 2025 16:26:08 +0100, John Madieu wrote:
> The Renesas RZ/G3E SoC includes a Thermal Sensor Unit (TSU) block designed
> to measure the junction temperature. The device provides real-time temperature
> measurements for thermal management, utilizing a single dedicated channel
> (channel 1) for temperature sensing.
>
> Signed-off-by: John Madieu <john.madieu.xa@...renesas.com>
> ---
> .../thermal/renesas,r9a09g047-tsu.yaml | 123 ++++++++++++++++++
> 1 file changed, 123 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/thermal/renesas,r9a09g047-tsu.yaml
>
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/thermal/renesas,r9a09g047-tsu.example.dtb: thermal@...02000: reg: [[0, 335552512], [0, 4096]] is too long
from schema $id: http://devicetree.org/schemas/thermal/renesas,r9a09g047-tsu.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250220152640.49010-4-john.madieu.xa@bp.renesas.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