From a890790592d85d7804f5059618d94e1acaeebe5a Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Fri, 12 Feb 2021 08:49:52 +0100 Subject: [PATCH] boards/x86: Give proper board compatible names These compatible describe the vendor/board, not the cpu/model. Signed-off-by: Tomasz Bursztyka --- boards/x86/acrn/acrn.dts | 2 +- boards/x86/ehl_crb/ehl_crb.dts | 2 +- boards/x86/ehl_crb/ehl_crb_sbl.dts | 2 +- boards/x86/minnowboard/minnowboard.dts | 2 +- boards/x86/qemu_x86/qemu_x86.dts | 4 ++-- boards/x86/up_squared/up_squared.dts | 2 +- boards/x86/up_squared/up_squared_32.dts | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/x86/acrn/acrn.dts b/boards/x86/acrn/acrn.dts index a4979cc71f8..17ba8992a48 100644 --- a/boards/x86/acrn/acrn.dts +++ b/boards/x86/acrn/acrn.dts @@ -15,7 +15,7 @@ / { model = "ACRN"; - compatible = "intel,ia32"; + compatible = "acrn"; aliases { uart-0 = &uart0; diff --git a/boards/x86/ehl_crb/ehl_crb.dts b/boards/x86/ehl_crb/ehl_crb.dts index bd63361fc07..a3e4c9d4c7b 100644 --- a/boards/x86/ehl_crb/ehl_crb.dts +++ b/boards/x86/ehl_crb/ehl_crb.dts @@ -14,7 +14,7 @@ / { model = "ehl_crb"; - compatible = "intel,elkhart_lake"; + compatible = "intel,elkhart_lake_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/x86/ehl_crb/ehl_crb_sbl.dts b/boards/x86/ehl_crb/ehl_crb_sbl.dts index 5699c8fde7a..5d2f6fa1067 100644 --- a/boards/x86/ehl_crb/ehl_crb_sbl.dts +++ b/boards/x86/ehl_crb/ehl_crb_sbl.dts @@ -22,7 +22,7 @@ / { model = "ehl_crb"; - compatible = "intel,elkhart_lake"; + compatible = "intel,elkhart_lake_crb_sbl"; chosen { zephyr,sram = &dram0; diff --git a/boards/x86/minnowboard/minnowboard.dts b/boards/x86/minnowboard/minnowboard.dts index 54d3b29a05e..f77ef69c9aa 100644 --- a/boards/x86/minnowboard/minnowboard.dts +++ b/boards/x86/minnowboard/minnowboard.dts @@ -10,7 +10,7 @@ / { model = "minnowboard"; - compatible = "intel,atom"; + compatible = "minnowboard,minnowboard"; aliases { uart-0 = &uart0; diff --git a/boards/x86/qemu_x86/qemu_x86.dts b/boards/x86/qemu_x86/qemu_x86.dts index 25d6849bc43..7479346bf0c 100644 --- a/boards/x86/qemu_x86/qemu_x86.dts +++ b/boards/x86/qemu_x86/qemu_x86.dts @@ -15,8 +15,8 @@ #include / { - model = "QEMU X86"; - compatible = "intel,ia32"; + model = "QEMU X86 emulator"; + compatible = "qemu,x86_emulator"; flash0: flash@500000 { compatible = "soc-nv-flash"; diff --git a/boards/x86/up_squared/up_squared.dts b/boards/x86/up_squared/up_squared.dts index de78e1bb1b1..dd075ddab4c 100644 --- a/boards/x86/up_squared/up_squared.dts +++ b/boards/x86/up_squared/up_squared.dts @@ -14,7 +14,7 @@ / { model = "up_squared"; - compatible = "intel,apollo_lake"; + compatible = "up_board,up_squared"; chosen { zephyr,sram = &dram0; diff --git a/boards/x86/up_squared/up_squared_32.dts b/boards/x86/up_squared/up_squared_32.dts index a0c9550a36b..7ae16a8d3a5 100644 --- a/boards/x86/up_squared/up_squared_32.dts +++ b/boards/x86/up_squared/up_squared_32.dts @@ -14,7 +14,7 @@ / { model = "up_squared_32"; - compatible = "intel,apollo_lake"; + compatible = "up_board,up_squared"; chosen { zephyr,sram = &dram0;