Skip to content

Commit 5aeda6f

Browse files
FranciszekPinkartben
authored andcommitted
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 <[email protected]>
1 parent 6487761 commit 5aeda6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/x86/intel/alder_lake.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
cpu@1 {
2727
device_type = "cpu";
28-
compatible = "intel,alder-lake";
28+
compatible = "intel,alder-lake", "intel,x86_64";
2929
d-cache-line-size = <64>;
3030
reg = <1>;
3131
};

0 commit comments

Comments
 (0)