Skip to content

Commit fd86dd2

Browse files
krzkpalmer-dabbelt
authored andcommitted
riscv: dts: microchip: fix board compatible
According to bindings, the compatible must include microchip,mpfs. This fixes dtbs_check warning: arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dt.yaml: /: compatible: ['microchip,mpfs-icicle-kit'] is too short Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 80a9609 commit fd86dd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts

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

1111
/ {
1212
model = "Microchip PolarFire-SoC Icicle Kit";
13-
compatible = "microchip,mpfs-icicle-kit";
13+
compatible = "microchip,mpfs-icicle-kit", "microchip,mpfs";
1414

1515
aliases {
1616
ethernet0 = &emac1;

arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/ {
77
#address-cells = <2>;
88
#size-cells = <2>;
9-
model = "Microchip MPFS Icicle Kit";
10-
compatible = "microchip,mpfs-icicle-kit";
9+
model = "Microchip PolarFire SoC";
10+
compatible = "microchip,mpfs";
1111

1212
chosen {
1313
};

0 commit comments

Comments
 (0)