Skip to content

Commit 4e9f485

Browse files
broonienuclearcat
authored andcommitted
config: Fix cut'n'paste errors in the VisionFive2 integration
The SoC name changed from the original board mainly. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d84247d commit 4e9f485

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/platforms.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ platforms:
166166
dtb: starfive/jh7100-starfive-visionfive-v1.dtb
167167
compatible: ["starfive,visionfive-v1", "starfive,jh7100"]
168168

169-
jh7100-starfive-visionfive-v1-3b:
169+
jh7110-starfive-visionfive-2-v1-3b:
170170
<<: *riscv-device
171171
mach: starfive
172-
dtb: starfive/jh7100-starfive-visionfive-v1.dtb
173-
compatible: ["starfive,visionfive-v1.3b", "starfive,jh7100"]
172+
dtb: starfive/jh7110-starfive-visionfive-2-v1.3.dtb
173+
compatible: ["starfive,visionfive-2-v1.3b", "starfive,jh7110"]
174174

175175
juno-uboot:
176176
<<: *arm64-device

config/scheduler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ scheduler:
256256
name: kbuild-gcc-12-riscv
257257
runtime: *lava-broonie-runtime
258258
platforms:
259-
- jh7100-starfive-visionfive-v1-3b
259+
- jh7110-starfive-visionfive-2-v1-3b
260260

261261
- job: baseline-riscv-clabbe
262262
event: *kbuild-gcc-12-riscv-node-event

0 commit comments

Comments
 (0)