From: sashiko-bot@kernel.org
To: "Svyatoslav Ryhel" <clamor95@gmail.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v1 01/10] ARM: tegra: tf701t: Configure CPU DFLL clock node
Date: Thu, 04 Jun 2026 07:15:16 +0000 [thread overview]
Message-ID: <20260604071516.9D4101F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260604065556.137614-2-clamor95@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Undocumented property `vdd-cpu-supply` in the CPU node causes DT schema validation error.
--
commit 6008fcd28f85175352ead4c8b62a3dd577cf2865
Author: Svyatoslav Ryhel <clamor95@gmail.com>
ARM: tegra: tf701t: Configure CPU DFLL clock node
Enable DFLL for ASUS TF701T since it is now supported by Tegra114.
> diff --git a/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts b/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
> index f02e2cf65fe82..041ea6e06531a 100644
> --- a/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
> +++ b/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
[ ... ]
> @@ -1752,6 +1760,12 @@ connector_in: endpoint {
> };
> };
>
> + cpus {
> + cpu@0 {
> + vdd-cpu-supply = <&vdd_cpu>;
^^^^^^^^^^^^^^
[Severity: Low]
Will adding vdd-cpu-supply to the cpu@0 node introduce a regression by
triggering a dtbs_check schema validation error?
The device tree binding for ARM CPUs in
Documentation/devicetree/bindings/arm/cpus.yaml specifies
unevaluatedProperties: false and does not define or allow the vdd-cpu-supply
property.
Is this property ignored by the kernel when placed in the CPU node?
The Tegra DFLL clock driver reads vdd-cpu-supply exclusively from its own
clock node, and cpufreq-dt checks for cpu-supply or cpu0-supply instead.
Removing this assignment in cpu@0 might prevent a schema regression without
affecting kernel functionality.
> + };
> + };
> +
> extcon-keys {
> compatible = "gpio-keys";
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260604065556.137614-1-clamor95@gmail.com?part=1
next prev parent reply other threads:[~2026-06-04 7:15 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 [this message]
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
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=20260604071516.9D4101F00893@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