mbox series

[0/3] r8a779g0: add TMU support

Message ID 20221104151135.4706-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series r8a779g0: add TMU support | expand

Message

Wolfram Sang Nov. 4, 2022, 3:11 p.m. UTC
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(+)