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@xxxxxxxxx: arch/arm/boot/dts/nvidia/tegra124-apalis-v1.2-eval.dtb: isp@54680000: 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@54680000: 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@54680000: 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@54680000: 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@54680000: 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@54680000: 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@54680000: reset-names:0: 'isp' was expected from schema $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#