mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
clk: spacemit: k3: add the clock tree
Add clock support to SpacemiT K3 SoC, the clock tree consist of several blocks which are APBC, APBS, APMU, DCIU, MPUM. Link: https://lore.kernel.org/r/20260108-k3-clk-v5-5-42a11b74ad58@gentoo.org Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
parent
ffadd62d93
commit
e371a77255
3 changed files with 1496 additions and 0 deletions
|
|
@ -14,4 +14,10 @@ config SPACEMIT_K1_CCU
|
|||
help
|
||||
Support for clock controller unit in SpacemiT K1 SoC.
|
||||
|
||||
config SPACEMIT_K3_CCU
|
||||
tristate "Support for SpacemiT K3 SoC"
|
||||
select SPACEMIT_CCU
|
||||
help
|
||||
Support for clock controller unit in SpacemiT K3 SoC.
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
|
|
@ -8,3 +8,6 @@ spacemit-ccu-y += ccu_ddn.o
|
|||
|
||||
obj-$(CONFIG_SPACEMIT_K1_CCU) += spacemit-ccu-k1.o
|
||||
spacemit-ccu-k1-y += ccu-k1.o
|
||||
|
||||
obj-$(CONFIG_SPACEMIT_K3_CCU) += spacemit-ccu-k3.o
|
||||
spacemit-ccu-k3-y += ccu-k3.o
|
||||
|
|
|
|||
1487
drivers/clk/spacemit/ccu-k3.c
Normal file
1487
drivers/clk/spacemit/ccu-k3.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue