Skip to content

Commit 47bf59c

Browse files
Konrad Dybcioandersson
authored andcommitted
arm64: dts: qcom: msm8994: Fix CPU6/7 reg values
CPU6 and CPU7 were mistakengly pointing to CPU5 reg. Fix it. Fixes: 02d8091 ("arm64: dts: qcom: msm8994: Add a proper CPU map") Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent de9b3d9 commit 47bf59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/msm8994.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@
100100
CPU6: cpu@102 {
101101
device_type = "cpu";
102102
compatible = "arm,cortex-a57";
103-
reg = <0x0 0x101>;
103+
reg = <0x0 0x102>;
104104
enable-method = "psci";
105105
next-level-cache = <&L2_1>;
106106
};
107107

108108
CPU7: cpu@103 {
109109
device_type = "cpu";
110110
compatible = "arm,cortex-a57";
111-
reg = <0x0 0x101>;
111+
reg = <0x0 0x103>;
112112
enable-method = "psci";
113113
next-level-cache = <&L2_1>;
114114
};

0 commit comments

Comments
 (0)