From 040f3100a952891f2ff71344b11fca2f70912c4f Mon Sep 17 00:00:00 2001 From: Hal Feng Date: Sat, 6 Sep 2025 07:36:38 +0200 Subject: [PATCH] platform: starfive: jh7110: Add starfive,jh7110s compatible Add support for VisionFive 2 Lite board. Link: https://github.com/hal-feng/opensbi/commit/b7e46979a4feb293070094835ba4058b5e55d707 Signed-off-by: Hal Feng Signed-off-by: Heinrich Schuchardt Reviewed-by: Anup Patel Link: https://lore.kernel.org/r/20250906053638.69671-1-heinrich.schuchardt@canonical.com Signed-off-by: Anup Patel --- 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 4163e416..c1328437 100644 --- a/platform/generic/starfive/jh7110.c +++ b/platform/generic/starfive/jh7110.c @@ -322,6 +322,7 @@ static int starfive_jh7110_platform_init(const void *fdt, int nodeoff, static const struct fdt_match starfive_jh7110_match[] = { { .compatible = "starfive,jh7110" }, + { .compatible = "starfive,jh7110s" }, { }, };