Unverified Commit e371a772 authored by Yixun Lan's avatar Yixun Lan
Browse files

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: default avatarYixun Lan <dlan@gentoo.org>
parent ffadd62d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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 −0

File added.

Preview size limit exceeded, changes collapsed.