Skip to content

Commit

Permalink
alder lake: Add missing intel,x86_64 compat
Browse files Browse the repository at this point in the history
Second core doesn't have `intel,x86_64` compat, this commit adds it.

Signed-off-by: Franciszek Pindel <[email protected]>
  • Loading branch information
FranciszekPin authored and kartben committed Jan 9, 2025
1 parent 6487761 commit 5aeda6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/x86/intel/alder_lake.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 5aeda6f

Please sign in to comment.