From: "Rob Herring (Arm)" <robh@kernel.org>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: Dara Stotland <dstotland@nvidia.com>,
Thierry Reding <treding@nvidia.com>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-kernel@vger.kernel.org,
Maxim Schwalm <maxim.schwalm@gmail.com>,
linux-tegra@vger.kernel.org, Ion Agorria <ion@agorria.com>,
Thierry Reding <thierry.reding@gmail.com>,
Brad Griffis <bgriffis@nvidia.com>,
devicetree@vger.kernel.org,
Jonathan Hunter <jonathanh@nvidia.com>,
David Heidelberg <david@ixit.cz>
Subject: Re: [PATCH v1 0/2] ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL
Date: Mon, 17 Mar 2025 09:18:30 -0500 [thread overview]
Message-ID: <174221817975.3957151.15051687182580298463.robh@kernel.org> (raw)
In-Reply-To: <20250315074416.8067-1-clamor95@gmail.com>
On Sat, 15 Mar 2025 09:44:14 +0200, Svyatoslav Ryhel wrote:
> Add device-tree for ASUS Transformer Pad LTE TF300TL, which is NVIDIA
> Tegra30-based tablet device.
>
> Svyatoslav Ryhel (2):
> dt-bindings: arm: tegra: Add Asus Transformer Pad TF300TL
> ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL
>
> .../devicetree/bindings/arm/tegra.yaml | 3 +
> arch/arm/boot/dts/nvidia/Makefile | 1 +
> .../boot/dts/nvidia/tegra30-asus-tf300tl.dts | 857 ++++++++++++++++++
> 3 files changed, 861 insertions(+)
> create mode 100644 arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dts
>
> --
> 2.43.0
>
>
>
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
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/nvidia/' for 20250315074416.8067-1-clamor95@gmail.com:
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /pcie@3000: failed to match any schema with compatible: ['nvidia,tegra30-pcie']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /interrupt-controller@60004000: failed to match any schema with compatible: ['nvidia,tegra30-ictlr']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /dma@6000a000: failed to match any schema with compatible: ['nvidia,tegra30-apbdma', 'nvidia,tegra20-apbdma']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /dma@6000a000: failed to match any schema with compatible: ['nvidia,tegra30-apbdma', 'nvidia,tegra20-apbdma']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /gmi@70009000: failed to match any schema with compatible: ['nvidia,tegra30-gmi']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /i2c@7000d000/pmic@2d: failed to match any schema with compatible: ['ti,tps65911']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: core-regulator@60: 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-tf300tl.dtb: /kbc@7000e200: failed to match any schema with compatible: ['nvidia,tegra30-kbc', 'nvidia,tegra20-kbc']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /kbc@7000e200: failed to match any schema with compatible: ['nvidia,tegra30-kbc', 'nvidia,tegra20-kbc']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: /ahub@70080000: failed to match any schema with compatible: ['nvidia,tegra30-ahub']
arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dtb: sound: Unevaluated properties are not allowed ('assigned-clock-parents', 'assigned-clocks' were unexpected)
from schema $id: http://devicetree.org/schemas/sound/nvidia,tegra-audio-rt5631.yaml#
prev parent reply other threads:[~2025-03-17 14:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-15 7:44 [PATCH v1 0/2] ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL Svyatoslav Ryhel
2025-03-15 7:44 ` [PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus Transformer Pad TF300TL Svyatoslav Ryhel
2025-03-17 11:03 ` Krzysztof Kozlowski
2025-03-15 7:44 ` [PATCH v1 2/2] ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL Svyatoslav Ryhel
2025-03-17 11:04 ` Krzysztof Kozlowski
2025-03-17 11:19 ` Svyatoslav Ryhel
2025-03-17 15:03 ` Krzysztof Kozlowski
2025-03-17 14:18 ` Rob Herring (Arm) [this message]
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=174221817975.3957151.15051687182580298463.robh@kernel.org \
--to=robh@kernel.org \
--cc=bgriffis@nvidia.com \
--cc=clamor95@gmail.com \
--cc=conor+dt@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=dstotland@nvidia.com \
--cc=ion@agorria.com \
--cc=jonathanh@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=maxim.schwalm@gmail.com \
--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