Browse Source

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>
pull/83760/head
Franciszek Pindel 6 months ago committed by Benjamin Cabé
parent
commit
5aeda6fe7d
  1. 2
      dts/x86/intel/alder_lake.dtsi

2
dts/x86/intel/alder_lake.dtsi

@ -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…
Cancel
Save