From: sashiko-bot@kernel.org
To: "Svyatoslav Ryhel" <clamor95@gmail.com>
Cc: robh@kernel.org, devicetree@vger.kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v1 05/10] ARM: tegra: tf701t: Add thermal zones for nct1008 sensor
Date: Thu, 04 Jun 2026 07:05:20 +0000 [thread overview]
Message-ID: <20260604070520.C2F311F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260604065556.137614-6-clamor95@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The trip point label `skip_alert_trip` and cooling map node `map-skip` use 'skip' instead of 'skin', which is inconsistent with the node name and context.
--
commit d0ffa943912777c608b0f811f5bcfceeb964f099
Author: Svyatoslav Ryhel <clamor95@gmail.com>
ARM: tegra: tf701t: Add thermal zones for nct1008 sensor
This commit adds thermal zones for the NCT72 sensor in the ASUS TF701T to
provide more accurate temperature readings for both the skin and CPU.
> diff --git a/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts b/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
> --- a/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
> +++ b/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
[ ... ]
> + nct72-skin-thermal {
> + polling-delay-passive = <1000>; /* milliseconds */
> + polling-delay = <5000>; /* milliseconds */
> +
> + thermal-sensors = <&temp_sensor 0>;
> +
> + trips {
> + skip_alert_trip: skin-alert {
[Severity: Low]
This isn't a bug, but is skip_alert_trip a typo? Given the zone is named
nct72-skin-thermal and the trip is skin-alert, it looks like this should
probably be skin_alert_trip.
> + /* throttle at 57C until temperature drops to 56.5C */
> + temperature = <57000>;
> + hysteresis = <500>;
> + type = "passive";
> + };
> +
> + skin-crit {
> + /* shut down at 65C */
> + temperature = <65000>;
> + hysteresis = <2000>;
> + type = "critical";
> + };
> + };
> +
> + cooling-maps {
> + map-skip {
[Severity: Low]
This isn't a bug, but similarly, should map-skip be named map-skin instead
to match the rest of the skin thermal zone naming?
> + trip = <&skip_alert_trip>;
> + cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> + <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> + <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> + <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
> + };
> + };
> + };
[ ... ]
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260604065556.137614-1-clamor95@gmail.com?part=5
next prev parent reply other threads:[~2026-06-04 7:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-04 6:55 [PATCH v1 00/10] ARM: tegra: tf701t: Add new features Svyatoslav Ryhel
2026-06-04 6:55 ` [PATCH v1 01/10] ARM: tegra: tf701t: Configure CPU DFLL clock node Svyatoslav Ryhel
2026-06-04 7:15 ` sashiko-bot
2026-06-04 6:55 ` [PATCH v1 02/10] ARM: tegra: tf701t: Add core-supply to PMC node Svyatoslav Ryhel
2026-06-04 6:55 ` [PATCH v1 03/10] ARM: tegra: tf701t: Add MC and EMC timing nodes Svyatoslav Ryhel
2026-06-04 6:55 ` [PATCH v1 04/10] ARM: tegra: tf701t: Remove pin_ prefix from PMIC pinmux Svyatoslav Ryhel
2026-06-04 6:55 ` [PATCH v1 05/10] ARM: tegra: tf701t: Add thermal zones for nct1008 sensor Svyatoslav Ryhel
2026-06-04 7:05 ` sashiko-bot [this message]
2026-06-04 6:55 ` [PATCH v1 06/10] ARM: tegra: tf701t: Tune MMC devices Svyatoslav Ryhel
2026-06-04 7:10 ` sashiko-bot
2026-06-04 6:55 ` [PATCH v1 07/10] ARM: tegra: tf701t: Fix BCM4334 configuration Svyatoslav Ryhel
2026-06-04 7:08 ` sashiko-bot
2026-06-04 6:55 ` [PATCH v1 08/10] ARM: tegra: tf701t: Complete power sensor node Svyatoslav Ryhel
2026-06-04 6:55 ` [PATCH v1 09/10] ARM: tegra: tf701t: Configure UART-B line used for GPS Svyatoslav Ryhel
2026-06-04 6:55 ` [PATCH v1 10/10] ARM: tegra: tf701t: Add chosen node Svyatoslav Ryhel
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=20260604070520.C2F311F00893@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=clamor95@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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