[PATCH 1/1] platform: starfive: jh7110: Add starfive,jh7110s compatible

Anup Patel anup at brainfault.org
Tue Sep 30 08:16:06 PDT 2025


On Sat, Sep 6, 2025 at 11:06 AM Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> From: Hal Feng <hal.feng at starfivetech.com>
>
> Add support for VisionFive 2 Lite board.
>
> Link: https://github.com/hal-feng/opensbi/commit/b7e46979a4feb293070094835ba4058b5e55d707
> Signed-off-by: Hal Feng <hal.feng at starfivetech.com>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

LGTM.

Reviewed-by: Anup Patel <anup at brainfault.org>

Applied this patch to the riscv/opensbi repo.

Thanks,
Anup

> ---
>  platform/generic/starfive/jh7110.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/platform/generic/starfive/jh7110.c b/platform/generic/starfive/jh7110.c
> index dcd6306b..dc9a2864 100644
> --- a/platform/generic/starfive/jh7110.c
> +++ b/platform/generic/starfive/jh7110.c
> @@ -308,6 +308,7 @@ static void starfive_jh7110_fw_init(void *fdt, const struct fdt_match *match)
>
>  static const struct fdt_match starfive_jh7110_match[] = {
>         { .compatible = "starfive,jh7110" },
> +       { .compatible = "starfive,jh7110s" },
>         { },
>  };
>
> --
> 2.51.0
>



More information about the opensbi mailing list