[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175011006248.2433980.10650629747156591552.robh@kernel.org>
Date: Mon, 16 Jun 2025 16:46:57 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Svyatoslav Ryhel <clamor95@...il.com>
Cc: Ion Agorria <ion@...rria.com>, David Heidelberg <david@...t.cz>,
Thierry Reding <thierry.reding@...il.com>, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org, Maxim Schwalm <maxim.schwalm@...il.com>,
Conor Dooley <conor+dt@...nel.org>, Jonathan Hunter <jonathanh@...dia.com>,
devicetree@...r.kernel.org
Subject: Re: [PATCH v1 0/2] ARM: tegra: Add device-tree for Asus Portable
AiO P1801-T
On Mon, 16 Jun 2025 10:39:45 +0300, Svyatoslav Ryhel wrote:
> Add a device-tree for the Asus Portable AiO P1801-T, which is a NVIDIA
> Tegra30-based 2-in-1 detachable tablet, originally running Android.
>
> Device tree contains "mstar,tsumu88adt3-lf-1" compatible, a simple bridge
> which was submitted a while ago here [1] but was not applied yet.
>
> [1] https://lore.kernel.org/lkml/CAPVz0n1udjVZY3400hYMY07DjNKfOt4bwpW6He6A4qo_3pXtqQ@mail.gmail.com/T/#mb50632e269d89275d97c485037da8893239b5410
>
> Maxim Schwalm (1):
> dt-bindings: arm: tegra: Add Asus Portable AiO P1801-T
>
> Svyatoslav Ryhel (1):
> ARM: tegra: Add device-tree for Asus Portable AiO P1801-T
>
> .../devicetree/bindings/arm/tegra.yaml | 4 +
> arch/arm/boot/dts/nvidia/Makefile | 1 +
> .../boot/dts/nvidia/tegra30-asus-p1801-t.dts | 2087 +++++++++++++++++
> 3 files changed, 2092 insertions(+)
> create mode 100644 arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.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: tags/next-20250616 (exact match)
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 20250616073947.13675-1-clamor95@...il.com:
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: /pcie@...0: failed to match any schema with compatible: ['nvidia,tegra30-pcie']
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: hdmi@...80000 (nvidia,tegra30-hdmi): 'port' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-hdmi.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: hdmi@...80000 (nvidia,tegra30-hdmi): 'nvidia,ddc-i2c-bus' is a required property
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-hdmi.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: hdmi@...80000 (nvidia,tegra30-hdmi): 'nvidia,hpd-gpio' is a required property
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-hdmi.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: /gmi@...09000: failed to match any schema with compatible: ['nvidia,tegra30-gmi']
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: audio-codec@1c (realtek,rt5640): 'oneOf' conditional failed, one must be fixed:
'interrupts' is a required property
'interrupts-extended' is a required property
from schema $id: http://devicetree.org/schemas/sound/realtek,rt5640.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: audio-codec@1c (realtek,rt5640): Unevaluated properties are not allowed ('clock-names', 'clocks', 'realtek,ldo1-en-gpios' were unexpected)
from schema $id: http://devicetree.org/schemas/sound/realtek,rt5640.yaml#
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: /i2c@...0d000/pmic@2d: failed to match any schema with compatible: ['ti,tps65911']
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.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-p1801-t.dtb: /kbc@...0e200: failed to match any schema with compatible: ['nvidia,tegra30-kbc', 'nvidia,tegra20-kbc']
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: /kbc@...0e200: failed to match any schema with compatible: ['nvidia,tegra30-kbc', 'nvidia,tegra20-kbc']
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: /ahub@...80000: failed to match any schema with compatible: ['nvidia,tegra30-ahub']
arch/arm/boot/dts/nvidia/tegra30-asus-p1801-t.dtb: /bridge: failed to match any schema with compatible: ['mstar,tsumu88adt3-lf-1']
Powered by blists - more mailing lists