On Tue, 17 Jun 2025 17:28:08 +0100, Prabhakar wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > Hi all, > > This patch series adds initial support for the Renesas RZ/T2H SoC > and the RZ/T2H evaluation board. > > Note: This patch series is split up from the original series [1] to make it > easier to review. > [1] https://lore.kernel.org/all/20250523142417.2840797-1-thierry.bultel.yh@xxxxxxxxxxxxxx/ > > v10 -> v11: > - Rebased on latest linux-next. > - Updated model string in the RZ/T2H eval board dts file. > - Dropped GIC_CPU_MASK_SIMPLE from timer node > - Added hypervisor timer in timer node and added the missing interrupt-names > - Reordered the `extal_clk` node > - Reordered the `l3_ca55` node and renamed it to `L3_CA55` for consistency > > Cheers, > Prabhakar > > Thierry Bultel (2): > arm64: dts: renesas: Add initial support for renesas RZ/T2H SoC > arm64: dts: renesas: Add initial support for renesas RZ/T2H eval board > > arch/arm64/boot/dts/renesas/Makefile | 2 + > arch/arm64/boot/dts/renesas/r9a09g077.dtsi | 124 ++++++++++++++++++ > .../dts/renesas/r9a09g077m44-rzt2h-evk.dts | 31 +++++ > arch/arm64/boot/dts/renesas/r9a09g077m44.dtsi | 13 ++ > 4 files changed, 170 insertions(+) > create mode 100644 arch/arm64/boot/dts/renesas/r9a09g077.dtsi > create mode 100644 arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts > create mode 100644 arch/arm64/boot/dts/renesas/r9a09g077m44.dtsi > > -- > 2.49.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 This patch series was applied (using b4) to base: Base: attempting to guess base-commit... Base: tags/next-20250617 (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/arm64/boot/dts/renesas/' for 20250617162810.154332-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx: arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dtb: serial@80005000 (renesas,r9a09g077-rsci): clock-names:0: 'fck' was expected from schema $id: http://devicetree.org/schemas/serial/renesas,rsci.yaml# arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dtb: serial@80005000 (renesas,r9a09g077-rsci): clock-names: ['operation', 'bus'] is too long from schema $id: http://devicetree.org/schemas/serial/renesas,rsci.yaml# arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dtb: serial@80005000 (renesas,r9a09g077-rsci): clocks: [[3, 1, 8], [3, 0, 13]] is too long from schema $id: http://devicetree.org/schemas/serial/renesas,rsci.yaml# arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dtb: serial@80005000 (renesas,r9a09g077-rsci): Unevaluated properties are not allowed ('clock-names', 'clocks' were unexpected) from schema $id: http://devicetree.org/schemas/serial/renesas,rsci.yaml#