Skip to content

Commit 7c9a5fd

Browse files
E ShattowConchuOD
authored andcommitted
riscv: dts: starfive: Append JH-7110 SoC compatible to VisionFive 2 Lite board
Append "starfive,jh7110" compatible to VisionFive 2 Lite board in the least-compatible end of the list. Appending "starfive,jh7110" reduces the number of compatible strings to check in the OpenSBI platform driver. JH-7110S SoC on this board is the same as JH-7110 SoC however rated for thermal, voltage, and frequency characteristics for a maximum of 1.25GHz operation. Link: https://lore.kernel.org/lkml/1f96a267-f5c6-498e-a2c4-7a47a73ea7e7@canonical.com/ Suggested-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Signed-off-by: E Shattow <e@freeshell.de> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent d209199 commit 7c9a5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-lite.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/ {
1111
model = "StarFive VisionFive 2 Lite";
12-
compatible = "starfive,visionfive-2-lite", "starfive,jh7110s";
12+
compatible = "starfive,visionfive-2-lite", "starfive,jh7110s", "starfive,jh7110";
1313
};
1414

1515
&mmc0 {

0 commit comments

Comments
 (0)