boards: x86: Update compats
Update compatible strings of Intel CPUs. Always use dash instead of underscore. Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
This commit is contained in:
parent
5ea64eb9c6
commit
510bffde45
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
/ {
|
||||
model = "Alder Lake";
|
||||
compatible = "intel,alder_lake";
|
||||
compatible = "intel,alder-lake";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dram0;
|
||||
|
|
|
@ -36,14 +36,14 @@
|
|||
|
||||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "intel,apollo_lake";
|
||||
compatible = "intel,apollo-lake";
|
||||
d-cache-line-size = <64>;
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
cpu@1 {
|
||||
device_type = "cpu";
|
||||
compatible = "intel,apollo_lake";
|
||||
compatible = "intel,apollo-lake";
|
||||
d-cache-line-size = <64>;
|
||||
reg = <1>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue