[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <174524752405.2425882.1720854230912655553.robh@kernel.org>
Date: Mon, 21 Apr 2025 10:07:37 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Aaron Kling <webgeek1234@...il.com>
Cc: Conor Dooley <conor+dt@...nel.org>, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Jonathan Hunter <jonathanh@...dia.com>,
Thierry Reding <thierry.reding@...il.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>
Subject: Re: [PATCH] arm64: tegra: Enable PWM fan on the Jetson TX1 Devkit
On Sun, 20 Apr 2025 17:42:53 -0500, Aaron Kling wrote:
> This is based on 6f78a94, which enabled added the fan and thermal zones
> for the Jetson Nano Devkit. The fan and thermal characteristics of the
> two devkits are similar, so usng the same configuration.
>
> Signed-off-by: Aaron Kling <webgeek1234@...il.com>
> ---
> arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 60 ++++++++++++++++++++++++++
> 1 file changed, 60 insertions(+)
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: using specified base-commit 9c32cda43eb78f78c73aee4aa344b777714e259b
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/nvidia/' for 20250420-tx1-therm-v1-1-58516c7fc429@...il.com:
arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dtb: thermal-zones: cpu-thermal:cooling-maps: 'cpu-active', 'cpu-critical', 'cpu-hot', 'cpu-passive' do not match any of the regexes: '^map[-a-zA-Z0-9]*$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml#
Powered by blists - more mailing lists