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

2025-05-21 Thread Leo Liang
On Fri, May 16, 2025 at 03:05:24AM +, 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 > --- > arch/riscv/cpu/th1520/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Leo Yu-Chi Liang

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

2025-05-15 Thread Yao Zi
The clock driver is essential for TH1520 SoCs to operate. Select the driver in SoC Kconfig entry. Signed-off-by: Yao Zi --- arch/riscv/cpu/th1520/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/cpu/th1520/Kconfig b/arch/riscv/cpu/th1520/Kconfig index a916d364e6c..4d44191bd