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:
Franciszek Pindel 2025-01-09 10:02:28 +01:00 committed by Benjamin Cabé
parent 6487761e19
commit 5aeda6fe7d

View file

@ -25,7 +25,7 @@
cpu@1 {
device_type = "cpu";
compatible = "intel,alder-lake";
compatible = "intel,alder-lake", "intel,x86_64";
d-cache-line-size = <64>;
reg = <1>;
};