Re: [PATCH v4 06/10] clk: Add Sunplus SP7021 clock driver

From: Randy Dunlap
Date: Thu Nov 04 2021 - 01:20:06 EST


On 11/3/21 7:57 PM, Qin Jian wrote:
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index c5b3dc973..1cd7ae7a3 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -334,6 +334,15 @@ config COMMON_CLK_VC5
This driver supports the IDT VersaClock 5 and VersaClock 6
programmable clock generators.
+config COMMON_CLK_SP7021
+ bool "Clock driver for Sunplus SP7021 SoC"
+ help
+ This driver supports the Sunplus SP7021 SoC clocks.
+ It implemented SP7021 PLLs/gate.

implements

+ Not all features of the PLL are currently supported
+ by the driver.
+ This driver is selected automatically by platform config.


--
~Randy