diff mbox series

[3/4] riscv: cpu: th1520: Select clock driver

Message ID 20250516030525.31361-4-ziyao@disroot.org
State Accepted
Commit 1d759cc0ad25b7186abb5e2f0e7f77741a8ea861
Delegated to: Andes
Headers show
Series Improve usability of TH1520 with mainline SPL | expand

Commit Message

Yao Zi May 16, 2025, 3:05 a.m. UTC
The clock driver is essential for TH1520 SoCs to operate. Select the
driver in SoC Kconfig entry.

Signed-off-by: Yao Zi <ziyao@disroot.org>
---
 arch/riscv/cpu/th1520/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Leo Liang May 21, 2025, 8:44 a.m. UTC | #1
On Fri, May 16, 2025 at 03:05:24AM +0000, Yao Zi wrote:
> The clock driver is essential for TH1520 SoCs to operate. Select the
> driver in SoC Kconfig entry.
> 
> Signed-off-by: Yao Zi <ziyao@disroot.org>
> ---
>  arch/riscv/cpu/th1520/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

diff --git a/arch/riscv/cpu/th1520/Kconfig b/arch/riscv/cpu/th1520/Kconfig
index a916d364e6c..4d44191bd22 100644
--- a/arch/riscv/cpu/th1520/Kconfig
+++ b/arch/riscv/cpu/th1520/Kconfig
@@ -10,6 +10,7 @@  config THEAD_TH1520
 	select SUPPORT_SPL
 	select BINMAN if SPL
 	select SYS_CACHE_THEAD_CMO
+	select CLK_THEAD
 	imply CPU
 	imply CPU_RISCV
 	imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)