[PATCH] riscv: defconfig: Enable TH1520 aon, mbox and reset support

Drew Fustini posted 1 patch 6 months, 2 weeks ago
arch/riscv/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
[PATCH] riscv: defconfig: Enable TH1520 aon, mbox and reset support
Posted by Drew Fustini 6 months, 2 weeks ago
Enable TH1520 Always-On (AON) firmware protocol, TH1520 Mailbox and
TH1520 reset controller.

Signed-off-by: Drew Fustini <drew@pdp7.com>
---
 arch/riscv/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index fe8bd8afb418..86b13177f27b 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -178,6 +178,7 @@ CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_AXP20X=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_RESET_TH1520=m
 CONFIG_MEDIA_SUPPORT=m
 CONFIG_MEDIA_PLATFORM_SUPPORT=y
 CONFIG_VIDEO_CADENCE_CSI2RX=m
@@ -258,7 +259,9 @@ CONFIG_RPMSG_CTRL=y
 CONFIG_RPMSG_VIRTIO=y
 CONFIG_PM_DEVFREQ=y
 CONFIG_IIO=y
+CONFIG_TH1520_AON_PROTOCOL=m
 CONFIG_THEAD_C900_ACLINT_SSWI=y
+CONFIG_THEAD_TH1520_MBOX=m
 CONFIG_PHY_SUN4I_USB=m
 CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m
 CONFIG_PHY_STARFIVE_JH7110_PCIE=m
-- 
2.43.0
Re: [PATCH] riscv: defconfig: Enable TH1520 aon, mbox and reset support
Posted by Michal Wilczynski 6 months, 2 weeks ago

On 6/5/25 09:17, Drew Fustini wrote:
> Enable TH1520 Always-On (AON) firmware protocol, TH1520 Mailbox and
> TH1520 reset controller.
> 
> Signed-off-by: Drew Fustini <drew@pdp7.com>
> ---
>  arch/riscv/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index fe8bd8afb418..86b13177f27b 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -178,6 +178,7 @@ CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=y
>  CONFIG_REGULATOR_AXP20X=y
>  CONFIG_REGULATOR_GPIO=y
> +CONFIG_RESET_TH1520=m
>  CONFIG_MEDIA_SUPPORT=m
>  CONFIG_MEDIA_PLATFORM_SUPPORT=y
>  CONFIG_VIDEO_CADENCE_CSI2RX=m
> @@ -258,7 +259,9 @@ CONFIG_RPMSG_CTRL=y
>  CONFIG_RPMSG_VIRTIO=y
>  CONFIG_PM_DEVFREQ=y
>  CONFIG_IIO=y
> +CONFIG_TH1520_AON_PROTOCOL=m
>  CONFIG_THEAD_C900_ACLINT_SSWI=y
> +CONFIG_THEAD_TH1520_MBOX=m
>  CONFIG_PHY_SUN4I_USB=m
>  CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m
>  CONFIG_PHY_STARFIVE_JH7110_PCIE=m

Thanks !
Reviewed-by: Michal Wilczynski <m.wilczynski@samsung.com>