boards: it8xxx2_evb: fix invalid compatible

This should not have whitespace in it, and underscores are
discouraged.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar
2021-05-18 12:07:55 -07:00
committed by Kumar Gala
parent b6fbc20de4
commit aae8e195e0
+1 -1
View File
@@ -9,7 +9,7 @@
/ {
model = "IT8XXX2 EV-Board";
compatible = "riscv, it8xxx2_evb";
compatible = "riscv,it8xxx2-evb";
chosen {
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;