dts: riscv32-litex-vexriscv.dtsi: drop 'spinalhdl' compatible
This has an unrecognized vendor prefix which does not seem to serve any purpose. Removing it is a way forward to turning warnings into errors on unrecognized vendor prefixes. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
7cf99aa2f2
commit
bc27139a4b
@ -20,7 +20,7 @@
|
||||
#size-cells = <0>;
|
||||
cpu@0 {
|
||||
clock-frequency = <100000000>;
|
||||
compatible = "spinalhdl,vexriscv", "riscv";
|
||||
compatible = "riscv";
|
||||
device_type = "cpu";
|
||||
reg = <0>;
|
||||
riscv,isa = "rv32imac";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user