From: Chen Wang Date: Mon, 5 Aug 2024 02:33:20 +0000 (+0800) Subject: riscv: defconfig: sophgo: enable clks for sg2042 X-Git-Tag: v6.12-rc1~186^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ccedd259cc3e78666514881b37466a8b977b0d8;p=thirdparty%2Fkernel%2Flinux.git riscv: defconfig: sophgo: enable clks for sg2042 Enable clk generators for sg2042 due to many peripherals rely on these clocks. Signed-off-by: Chen Wang Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 0d678325444fc..d43a028909e5e 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -249,6 +249,9 @@ CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_INPUT=y CONFIG_VIRTIO_MMIO=y CONFIG_CLK_SOPHGO_CV1800=y +CONFIG_CLK_SOPHGO_SG2042_PLL=y +CONFIG_CLK_SOPHGO_SG2042_CLKGEN=y +CONFIG_CLK_SOPHGO_SG2042_RPGATE=y CONFIG_SUN8I_DE2_CCU=m CONFIG_RENESAS_OSTM=y CONFIG_SUN50I_IOMMU=y