git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bfa6f
)
riscv: cpu: th1520: Select clock driver
author
Yao Zi
<ziyao@disroot.org>
Fri, 16 May 2025 03:05:24 +0000
(
03:05
+0000)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Wed, 21 May 2025 08:49:57 +0000
(16:49 +0800)
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>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/cpu/th1520/Kconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/cpu/th1520/Kconfig
b/arch/riscv/cpu/th1520/Kconfig
index
a916d36
..
4d44191
100644
(file)
--- 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)