[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174135385223.4031140.10808514258285152164.robh@kernel.org>
Date: Fri, 07 Mar 2025 07:25:57 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Svyatoslav Ryhel <clamor95@...il.com>
Cc: Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, devicetree@...r.kernel.org,
Thierry Reding <treding@...dia.com>, Jonathan Hunter <jonathanh@...dia.com>,
linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org
Subject: Re: [PATCH v2 0/3] ARM: tegra: complete Tegra 4 and Tegra K1
device trees
On Fri, 07 Mar 2025 10:10:44 +0200, Svyatoslav Ryhel wrote:
> Complete T114 and T124 device trees.
>
> ---
> Changes in v2:
> - dropped accepted commits
> - added EPP, MPE and ISP compatibility for T114 and T124
> - added TSEC schema
> ---
>
> Svyatoslav Ryhel (3):
> dt-bindings: display: tegra: document EPP, ISP, MPE and TSEC for
> Tegra114 and Tegra124
> ARM: tegra114: complete HOST1X devices binding
> ARM: tegra124: complete HOST1X devices binding
>
> .../display/tegra/nvidia,tegra114-tsec.yaml | 70 +++++++++++++++++++
> .../display/tegra/nvidia,tegra20-epp.yaml | 12 ++--
> .../display/tegra/nvidia,tegra20-isp.yaml | 16 +++--
> .../display/tegra/nvidia,tegra20-mpe.yaml | 30 ++++++--
> arch/arm/boot/dts/nvidia/tegra114.dtsi | 65 +++++++++++++++++
> arch/arm/boot/dts/nvidia/tegra124.dtsi | 65 +++++++++++++++++
> 6 files changed, 244 insertions(+), 14 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-tsec.yaml
>
> --
> 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 20250307081047.13724-1-clamor95@...il.com:
arch/arm/boot/dts/nvidia/tegra124-apalis-v1.2-eval.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
arch/arm/boot/dts/nvidia/tegra124-nyan-blaze.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
arch/arm/boot/dts/nvidia/tegra124-apalis-eval.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
arch/arm/boot/dts/nvidia/tegra124-nyan-big.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
arch/arm/boot/dts/nvidia/tegra124-venice2.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
arch/arm/boot/dts/nvidia/tegra124-nyan-big-fhd.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
arch/arm/boot/dts/nvidia/tegra124-jetson-tk1.dtb: isp@...80000: reset-names:0: 'isp' was expected
from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
Powered by blists - more mailing lists