Skip to content

Commit 65b2979

Browse files
committed
riscv: dts: sifive: fix Unleashed board compatible
Add missing sifive,fu540 compatible to fix dtbs_check warnings: arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dt.yaml: /: compatible: 'oneOf' conditional failed, one must be fixed: ['sifive,hifive-unleashed-a00', 'sifive,fu540-c000'] is too short 'sifive,hifive-unleashed-a00' is not one of ['sifive,hifive-unmatched-a00'] 'sifive,fu740-c000' was expected Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Alexandre Ghiti <[email protected]> Tested-by: Alexandre Ghiti <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8ce936c commit 65b2979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#address-cells = <2>;
1212
#size-cells = <2>;
1313
model = "SiFive HiFive Unleashed A00";
14-
compatible = "sifive,hifive-unleashed-a00", "sifive,fu540-c000";
14+
compatible = "sifive,hifive-unleashed-a00", "sifive,fu540-c000",
15+
"sifive,fu540";
1516

1617
chosen {
1718
stdout-path = "serial0";

0 commit comments

Comments
 (0)