mbox series

[0/3] renesas: r8a779g0: Add support for boost mode

Message ID cover.1670492384.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series renesas: r8a779g0: Add support for boost mode | expand

Message

Geert Uytterhoeven Dec. 8, 2022, 9:56 a.m. UTC
Hi all,

This patch series adds support for running the Cortex-A76 CPU cores on
R-Car V4H at 1.8 GHz (High Performance mode aka "boost mode").

The first patch adds boost support to the clock driver.
The second patch contains an RFC improvement for the clock driver.
The third patch describes the 1.8 GHz operating point in DT.

Thanks for your comments!

Geert Uytterhoeven (3):
  clk: renesas: r8a779g0: Add custom clock for PLL2
  clk: renesas: rcar-gen4: Add support for fractional multiplication
  arm64: dts: renesas: r8a779g0: Add Cortex-A76 1.8 GHz opp

 arch/arm64/boot/dts/renesas/r8a779g0.dtsi |   6 +
 drivers/clk/renesas/r8a779g0-cpg-mssr.c   |  14 +-
 drivers/clk/renesas/rcar-gen4-cpg.c       | 195 ++++++++++++++++++++++
 drivers/clk/renesas/rcar-gen4-cpg.h       |   1 +
 4 files changed, 209 insertions(+), 7 deletions(-)