[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260128-sitter-crazily-184c1a7606db@spud>
Date: Wed, 28 Jan 2026 19:57:42 +0000
From: Conor Dooley <conor@...nel.org>
To: soc@...nel.org
Cc: conor@...nel.org,
Yixun Lan <dlan@...nel.org>,
linux-kernel@...r.kernel.org,
Conor Dooley <conor.dooley@...rochip.com>
Subject: [PATCH] riscv: defconfig: spacemit: k3: enable clock support
From: Yixun Lan <dlan@...nel.org>
Enable the clock driver support for SpacemiT K3 SoC, configure it as
built-in by default, but users should be able to change it as kernel
module if needed.
Signed-off-by: Yixun Lan <dlan@...nel.org>
Signed-off-by: Conor Dooley <conor.dooley@...rochip.com>
---
soc folks, same deal here. This is the only patch I have for defconfig
stuff, so I'm just forwarding the patch.
Cheers,
Conor.
arch/riscv/configs/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index cd736a1d657e..6ce600081a6b 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -255,8 +255,8 @@ CONFIG_CLK_SOPHGO_CV1800=y
CONFIG_CLK_SOPHGO_SG2042_PLL=y
CONFIG_CLK_SOPHGO_SG2042_CLKGEN=y
CONFIG_CLK_SOPHGO_SG2042_RPGATE=y
-CONFIG_SPACEMIT_CCU=y
CONFIG_SPACEMIT_K1_CCU=y
+CONFIG_SPACEMIT_K3_CCU=y
CONFIG_SUN8I_DE2_CCU=m
CONFIG_SUN50I_IOMMU=y
CONFIG_RPMSG_CHAR=y
--
2.51.0
Powered by blists - more mailing lists