mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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>
This commit is contained in:
parent
d2091990c5
commit
7c9a5fd6bb
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
/ {
|
||||
model = "StarFive VisionFive 2 Lite";
|
||||
compatible = "starfive,visionfive-2-lite", "starfive,jh7110s";
|
||||
compatible = "starfive,visionfive-2-lite", "starfive,jh7110s", "starfive,jh7110";
|
||||
};
|
||||
|
||||
&mmc0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user