Skip to content

Commit b390e0b

Browse files
dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed board
The YAML binding document for SiFive boards has an incorrect compatible string for the HiFive Unleashed board. Change it to match the name of the board on the SiFive web site: https://www.sifive.com/boards/hifive-unleashed which also matches the contents of the board DT data file: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts#n13 Signed-off-by: Paul Walmsley <[email protected]> Acked-by: Rob Herring <[email protected]>
1 parent 8e5e72e commit b390e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/riscv/sifive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ properties:
1919
compatible:
2020
items:
2121
- enum:
22-
- sifive,freedom-unleashed-a00
22+
- sifive,hifive-unleashed-a00
2323
- const: sifive,fu540-c000
2424
- const: sifive,fu540
2525
...

0 commit comments

Comments
 (0)