2024-04-11 12:25:21

by Inochi Amaoto

[permalink] [raw]
Subject: [PATCH] riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800

CONFIG_CLK_SOPHGO_CV1800 is required when booting the minimum
system for CV1800 series board.

Signed-off-by: Inochi Amaoto <[email protected]>
---
arch/riscv/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index fc0ec2ee13bc..8c8a77f8eac2 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -233,6 +233,7 @@ CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_INPUT=y
CONFIG_VIRTIO_MMIO=y
CONFIG_RENESAS_OSTM=y
+CONFIG_CLK_SOPHGO_CV1800=y
CONFIG_SUN8I_DE2_CCU=m
CONFIG_SUN50I_IOMMU=y
CONFIG_RPMSG_CHAR=y
--
2.44.0



2024-04-29 01:15:51

by Inochi Amaoto

[permalink] [raw]
Subject: Re: [PATCH] riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800

On Thu, Apr 11, 2024 at 08:12:40PM GMT, Inochi Amaoto wrote:
> CONFIG_CLK_SOPHGO_CV1800 is required when booting the minimum
> system for CV1800 series board.
>
> Signed-off-by: Inochi Amaoto <[email protected]>

Hi, Palmer,

Could you take a look on this patch? The clk driver is necessary
and the minimal system of cv18xx will be broken without enabling
this.

Regard,
Inochi