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:
Martí Bolívar 2021-08-03 15:51:25 -07:00 committed by Christopher Friedt
parent 7cf99aa2f2
commit bc27139a4b

View File

@ -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";