commit | 2802869d34c1b7f80f916ac339689c3d33a0bb69 | [log] [tgz] |
---|---|---|
author | Hai Pham <hai.pham.ud@renesas.com> | Sun Jan 28 16:52:01 2024 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Feb 10 17:08:06 2024 +0100 |
tree | 9cb67dc53c0486923981a8508465f22503fee44c | |
parent | 4de8eb85b487292b1be2b91cb5d9090f8d89454d [diff] [blame] |
clk: renesas: Add R8A779H0 V4M clock tables Add clock tables for R8A779H0 V4M SoC. The current version is imported from: https://lore.kernel.org/linux-renesas-soc/c678ef7164e3777fa91572f72e47ef385cea64b8.1706194617.git.geert+renesas@glider.be/ The current version still contains PLL7 extras from the previous version to provide ethernet support in U-Boot. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 927d62c..e9296ed 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig
@@ -151,6 +151,12 @@ help Enable this to support the clocks on Renesas R8A779G0 SoC. +config CLK_R8A779H0 + bool "Renesas R8A779H0 clock driver" + depends on CLK_RCAR_GEN3 + help + Enable this to support the clocks on Renesas R8A779H0 SoC. + config CLK_R9A06G032 bool "Renesas R9A06G032 clock driver" depends on CLK_RENESAS