Re: [PATCH v2 2/4] clk: sophgo: Add CV1800 series clock controller driver

From: Chen Wang
Date: Tue Dec 05 2023 - 21:02:33 EST



On 2023/12/5 19:55, Inochi Amaoto wrote:
Add driver for CV1800 series clock controller.
Add more clarification on your changes. Seems you add several files with different names for different products, what's your design idea, please add some brief introduction.

Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxxxx>
Link: https://github.com/milkv-duo/duo-files/blob/main/hardware/CV1800B/CV180X-Clock-v1.xlsx
Link: https://github.com/milkv-duo/duo-files/blob/main/hardware/CV1800B/CV1800B-CV1801B-Preliminary-Datasheet-full-en.pdf
---
......
diff --git a/drivers/clk/sophgo/Kconfig b/drivers/clk/sophgo/Kconfig
new file mode 100644
index 000000000000..243d58a30117
--- /dev/null
+++ b/drivers/clk/sophgo/Kconfig
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0
+# common clock support for SOPHGO SoC family.
Drop this comment line, moving forward, this Kconfig file will be re-used for more different sophgo products.
+
+config CLK_SOPHGO_CV1800
+ tristate "Support for the Sophgo CV1800 series SoCs clock controller"
+ default y
+ depends on ARCH_SOPHGO || COMPILE_TEST
Suggest to add some help words for this config item.

......

2.43.0