platform: starfive: jh7110: Add starfive,jh7110s compatible

Add support for VisionFive 2 Lite board.

Link: b7e46979a4
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20250906053638.69671-1-heinrich.schuchardt@canonical.com
Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Hal Feng
2025-09-06 07:36:38 +02:00
committed by Anup Patel
parent 8408845cc9
commit 040f3100a9

View File

@@ -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" },
{ },
};