Here are the clk and DTS changes to enable CMT timers on the R-Car V4H based WhiteHawk board. Tested with the 'clocksource-switch' selftest. Nothing special, very similar to S4-8. That means the "cannot clear CMCNT" error is also present like on every Gen4 SoC so far. Fixing this is a seperate thing and the next step for CMT. Thanks and happy hacking! Thanh Quan (1): arm64: dts: renesas: r8a779g0: Add CMT node Wolfram Sang (2): clk: renesas: r8a779g0: Add CMT clocks TEST: arm64: dts: renesas: white-hawk-cpu: Enable CMT .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 16 +++++ arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 70 +++++++++++++++++++ drivers/clk/renesas/r8a779g0-cpg-mssr.c | 4 ++ 3 files changed, 90 insertions(+) -- 2.35.1