Skip to content

Commit e43efb6

Browse files
ConchuODarndb
authored andcommitted
dt-bindings: riscv: correct starfive visionfive 2 compatibles
Using "va" and "vb" doesn't match what's written on the board, or the communications from StarFive. Switching to using the silkscreened version number will ease confusion & the risk of another spin of the board containing a "conflicting" version identifier. As the binding has not made it into mainline yet, take the opportunity to "correct" things. Suggested-by: Emil Renner Berthing <[email protected]> Link: https://lore.kernel.org/linux-riscv/Y+4AxDSDLyL1WAqh@wendy/ Fixes: 97b7ed0 ("dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive 2 board") Signed-off-by: Conor Dooley <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 5be374d commit e43efb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/riscv/starfive.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ properties:
2626

2727
- items:
2828
- enum:
29-
- starfive,visionfive-2-va
30-
- starfive,visionfive-2-vb
29+
- starfive,visionfive-2-v1.2a
30+
- starfive,visionfive-2-v1.3b
3131
- const: starfive,jh7110
3232

3333
additionalProperties: true

0 commit comments

Comments
 (0)