boards/x86: Give proper board compatible names
These compatible describe the vendor/board, not the cpu/model. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
32638183fd
commit
a890790592
7 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
/ {
|
||||
model = "ACRN";
|
||||
compatible = "intel,ia32";
|
||||
compatible = "acrn";
|
||||
|
||||
aliases {
|
||||
uart-0 = &uart0;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
/ {
|
||||
model = "ehl_crb";
|
||||
compatible = "intel,elkhart_lake";
|
||||
compatible = "intel,elkhart_lake_crb";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dram0;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/ {
|
||||
model = "ehl_crb";
|
||||
compatible = "intel,elkhart_lake";
|
||||
compatible = "intel,elkhart_lake_crb_sbl";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dram0;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "minnowboard";
|
||||
compatible = "intel,atom";
|
||||
compatible = "minnowboard,minnowboard";
|
||||
|
||||
aliases {
|
||||
uart-0 = &uart0;
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
#include <ia32.dtsi>
|
||||
|
||||
/ {
|
||||
model = "QEMU X86";
|
||||
compatible = "intel,ia32";
|
||||
model = "QEMU X86 emulator";
|
||||
compatible = "qemu,x86_emulator";
|
||||
|
||||
flash0: flash@500000 {
|
||||
compatible = "soc-nv-flash";
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
/ {
|
||||
model = "up_squared";
|
||||
compatible = "intel,apollo_lake";
|
||||
compatible = "up_board,up_squared";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dram0;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
/ {
|
||||
model = "up_squared_32";
|
||||
compatible = "intel,apollo_lake";
|
||||
compatible = "up_board,up_squared";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dram0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue