alder lake: Add missing intel,x86_64 compat
Second core doesn't have `intel,x86_64` compat, this commit adds it. Signed-off-by: Franciszek Pindel <fpindel@antmicro.com>
This commit is contained in:
parent
6487761e19
commit
5aeda6fe7d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "intel,alder-lake";
|
compatible = "intel,alder-lake", "intel,x86_64";
|
||||||
d-cache-line-size = <64>;
|
d-cache-line-size = <64>;
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue