Skip to content

Commit ef332c2

Browse files
committed
dts: x86: intel: alder_lake: Add second core
Alder Lake have at least 2 cores. Both boards using this SoC (up_squared_pro_7000 and adl) are configured with MP_MAX_NUM_CPUS=2, so dts should contain at least one more core. Signed-off-by: Franciszek Pindel <[email protected]>
1 parent 9cce72d commit ef332c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/x86/intel/alder_lake.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
reg = <0>;
2424
};
2525

26+
cpu@1 {
27+
device_type = "cpu";
28+
compatible = "intel,alder-lake";
29+
d-cache-line-size = <64>;
30+
reg = <1>;
31+
};
32+
2633
};
2734

2835
dram0: memory@0 {

0 commit comments

Comments
 (0)