diff options
| author | Hal Feng <hal.feng@starfivetech.com> | 2025-09-06 07:36:38 +0200 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2025-09-30 20:45:20 +0530 |
| commit | 040f3100a952891f2ff71344b11fca2f70912c4f (patch) | |
| tree | d2d4fb20e3459eb897636e576a2d5fd6afaae79e /platform/generic | |
| parent | 8408845cc9554b152218569c67027bc9d70ea692 (diff) | |
| download | opensbi-040f3100a952891f2ff71344b11fca2f70912c4f.zip opensbi-040f3100a952891f2ff71344b11fca2f70912c4f.tar.gz opensbi-040f3100a952891f2ff71344b11fca2f70912c4f.tar.bz2 | |
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 <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>
Diffstat (limited to 'platform/generic')
| -rw-r--r-- | platform/generic/starfive/jh7110.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/starfive/jh7110.c b/platform/generic/starfive/jh7110.c index 4163e41..c132843 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" }, { }, }; |
