Skip to content

Commit 27072f2

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sm8550: Use correct CPU compatibles
Use the correct compatibles for the four kinds of CPU cores used on SM8550, based on the value of their MIDR_EL1 registers: CPU7: 0x411fd4e0 - CX3 r1p1 CPU5-6: 0x412fd470 - CA710 r?p? CPU3-4: 0x411fd4d0 - CA715 r?p? CPU0-2: 0x411fd461 - CA510 r?p? Signed-off-by: Konrad Dybcio <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4059297 commit 27072f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
CPU0: cpu@0 {
6868
device_type = "cpu";
69-
compatible = "qcom,kryo";
69+
compatible = "arm,cortex-a510";
7070
reg = <0 0>;
7171
enable-method = "psci";
7272
next-level-cache = <&L2_0>;
@@ -89,7 +89,7 @@
8989

9090
CPU1: cpu@100 {
9191
device_type = "cpu";
92-
compatible = "qcom,kryo";
92+
compatible = "arm,cortex-a510";
9393
reg = <0 0x100>;
9494
enable-method = "psci";
9595
next-level-cache = <&L2_100>;
@@ -108,7 +108,7 @@
108108

109109
CPU2: cpu@200 {
110110
device_type = "cpu";
111-
compatible = "qcom,kryo";
111+
compatible = "arm,cortex-a510";
112112
reg = <0 0x200>;
113113
enable-method = "psci";
114114
next-level-cache = <&L2_200>;
@@ -127,7 +127,7 @@
127127

128128
CPU3: cpu@300 {
129129
device_type = "cpu";
130-
compatible = "qcom,kryo";
130+
compatible = "arm,cortex-a715";
131131
reg = <0 0x300>;
132132
enable-method = "psci";
133133
next-level-cache = <&L2_300>;
@@ -146,7 +146,7 @@
146146

147147
CPU4: cpu@400 {
148148
device_type = "cpu";
149-
compatible = "qcom,kryo";
149+
compatible = "arm,cortex-a715";
150150
reg = <0 0x400>;
151151
enable-method = "psci";
152152
next-level-cache = <&L2_400>;
@@ -165,7 +165,7 @@
165165

166166
CPU5: cpu@500 {
167167
device_type = "cpu";
168-
compatible = "qcom,kryo";
168+
compatible = "arm,cortex-a710";
169169
reg = <0 0x500>;
170170
enable-method = "psci";
171171
next-level-cache = <&L2_500>;
@@ -184,7 +184,7 @@
184184

185185
CPU6: cpu@600 {
186186
device_type = "cpu";
187-
compatible = "qcom,kryo";
187+
compatible = "arm,cortex-a710";
188188
reg = <0 0x600>;
189189
enable-method = "psci";
190190
next-level-cache = <&L2_600>;
@@ -203,7 +203,7 @@
203203

204204
CPU7: cpu@700 {
205205
device_type = "cpu";
206-
compatible = "qcom,kryo";
206+
compatible = "arm,cortex-x3";
207207
reg = <0 0x700>;
208208
enable-method = "psci";
209209
next-level-cache = <&L2_700>;

0 commit comments

Comments
 (0)