summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <[email protected]>2025-09-06 07:36:38 +0200
committerAnup Patel <[email protected]>2025-09-30 20:45:20 +0530
commit040f3100a952891f2ff71344b11fca2f70912c4f (patch)
treed2d4fb20e3459eb897636e576a2d5fd6afaae79e
parent8408845cc9554b152218569c67027bc9d70ea692 (diff)
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 <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
-rw-r--r--platform/generic/starfive/jh7110.c1
1 files changed, 1 insertions, 0 deletions
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" },
{ },
};