diff options
author | Hai Pham | 2024-01-28 16:52:01 +0100 |
---|---|---|
committer | Marek Vasut | 2024-02-10 17:08:06 +0100 |
commit | 13a014c38c16a2a2b0b890c13c31eca5e68e72c7 (patch) | |
tree | 9cb67dc53c0486923981a8508465f22503fee44c /drivers/clk/renesas/Kconfig | |
parent | 42a064d1d76892981301921ae90905d8aa29a86d (diff) |
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>
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r-- | drivers/clk/renesas/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 927d62cf99a..e9296ed9fe2 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -151,6 +151,12 @@ config CLK_R8A779G0 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 |