From: "Rob Herring (Arm)" <robh@kernel.org>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
Jonathan Hunter <jonathanh@nvidia.com>,
Thierry Reding <treding@nvidia.com>,
David Heidelberg <david@ixit.cz>,
linux-kernel@vger.kernel.org, Ion Agorria <ion@agorria.com>,
Thierry Reding <thierry.reding@gmail.com>,
Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH v1 0/2] ARM: tegra: Add device-tree for ASUS VivoTab RT TF600T
Date: Tue, 17 Jun 2025 09:20:54 -0500 [thread overview]
Message-ID: <175016979656.2093474.3678510431694468900.robh@kernel.org> (raw)
In-Reply-To: <20250617070320.9153-1-clamor95@gmail.com>
On Tue, 17 Jun 2025 10:03:18 +0300, Svyatoslav Ryhel wrote:
> Add device-tree for ASUS VivoTab RT TF600T, which is NVIDIA Tegra30-based
> tablet device with Windows RT.
>
> Maxim Schwalm (1):
> dt-bindings: arm: tegra: Add Asus VivoTab RT TF600T
>
> Svyatoslav Ryhel (1):
> ARM: tegra: Add device-tree for ASUS VivoTab RT TF600T
>
> .../devicetree/bindings/arm/tegra.yaml | 4 +
> arch/arm/boot/dts/nvidia/Makefile | 1 +
> .../boot/dts/nvidia/tegra30-asus-tf600t.dts | 2500 +++++++++++++++++
> 3 files changed, 2505 insertions(+)
> create mode 100644 arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dts
>
> --
> 2.48.1
>
>
>
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: attempting to guess base-commit...
Base: failed to guess base
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/arm/boot/dts/nvidia/' for 20250617070320.9153-1-clamor95@gmail.com:
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /pcie@3000: failed to match any schema with compatible: ['nvidia,tegra30-pcie']
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /gmi@70009000: failed to match any schema with compatible: ['nvidia,tegra30-gmi']
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /i2c@7000c500/flash-led@33: failed to match any schema with compatible: ['ti,tps61052']
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: audio-codec@1c (realtek,rt5640): Unevaluated properties are not allowed ('clock-names', 'clocks' were unexpected)
from schema $id: http://devicetree.org/schemas/sound/realtek,rt5640.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /i2c@7000d000/pmic@2d: failed to match any schema with compatible: ['ti,tps65911']
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: light-sensor@48 (capella,cm32181): 'vdd-supply' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/trivial-devices.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: core-regulator@60 (ti,tps62361): Unevaluated properties are not allowed ('nvidia,tegra-core-regulator' was unexpected)
from schema $id: http://devicetree.org/schemas/regulator/ti,tps62360.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /kbc@7000e200: failed to match any schema with compatible: ['nvidia,tegra30-kbc', 'nvidia,tegra20-kbc']
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /kbc@7000e200: failed to match any schema with compatible: ['nvidia,tegra30-kbc', 'nvidia,tegra20-kbc']
arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dtb: /ahub@70080000: failed to match any schema with compatible: ['nvidia,tegra30-ahub']
next prev parent reply other threads:[~2025-06-17 14:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 7:03 [PATCH v1 0/2] ARM: tegra: Add device-tree for ASUS VivoTab RT TF600T Svyatoslav Ryhel
2025-06-17 7:03 ` [PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus " Svyatoslav Ryhel
2025-06-26 23:54 ` Rob Herring (Arm)
2025-06-17 7:03 ` [PATCH v1 2/2] ARM: tegra: Add device-tree for ASUS " Svyatoslav Ryhel
2025-06-17 14:20 ` Rob Herring (Arm) [this message]
2025-07-09 12:36 ` [PATCH v1 0/2] " Thierry Reding
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=175016979656.2093474.3678510431694468900.robh@kernel.org \
--to=robh@kernel.org \
--cc=clamor95@gmail.com \
--cc=conor+dt@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=ion@agorria.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=thierry.reding@gmail.com \
--cc=treding@nvidia.com \
/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