Commit 27072f2f authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

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: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230216110803.3945747-2-konrad.dybcio@linaro.org
parent 4059297e
...@@ -66,7 +66,7 @@ cpus { ...@@ -66,7 +66,7 @@ cpus {
CPU0: cpu@0 { CPU0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a510";
reg = <0 0>; reg = <0 0>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_0>; next-level-cache = <&L2_0>;
...@@ -89,7 +89,7 @@ L3_0: l3-cache { ...@@ -89,7 +89,7 @@ L3_0: l3-cache {
CPU1: cpu@100 { CPU1: cpu@100 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a510";
reg = <0 0x100>; reg = <0 0x100>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_100>; next-level-cache = <&L2_100>;
...@@ -108,7 +108,7 @@ L2_100: l2-cache { ...@@ -108,7 +108,7 @@ L2_100: l2-cache {
CPU2: cpu@200 { CPU2: cpu@200 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a510";
reg = <0 0x200>; reg = <0 0x200>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_200>; next-level-cache = <&L2_200>;
...@@ -127,7 +127,7 @@ L2_200: l2-cache { ...@@ -127,7 +127,7 @@ L2_200: l2-cache {
CPU3: cpu@300 { CPU3: cpu@300 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a715";
reg = <0 0x300>; reg = <0 0x300>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_300>; next-level-cache = <&L2_300>;
...@@ -146,7 +146,7 @@ L2_300: l2-cache { ...@@ -146,7 +146,7 @@ L2_300: l2-cache {
CPU4: cpu@400 { CPU4: cpu@400 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a715";
reg = <0 0x400>; reg = <0 0x400>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_400>; next-level-cache = <&L2_400>;
...@@ -165,7 +165,7 @@ L2_400: l2-cache { ...@@ -165,7 +165,7 @@ L2_400: l2-cache {
CPU5: cpu@500 { CPU5: cpu@500 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a710";
reg = <0 0x500>; reg = <0 0x500>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_500>; next-level-cache = <&L2_500>;
...@@ -184,7 +184,7 @@ L2_500: l2-cache { ...@@ -184,7 +184,7 @@ L2_500: l2-cache {
CPU6: cpu@600 { CPU6: cpu@600 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-a710";
reg = <0 0x600>; reg = <0 0x600>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_600>; next-level-cache = <&L2_600>;
...@@ -203,7 +203,7 @@ L2_600: l2-cache { ...@@ -203,7 +203,7 @@ L2_600: l2-cache {
CPU7: cpu@700 { CPU7: cpu@700 {
device_type = "cpu"; device_type = "cpu";
compatible = "qcom,kryo"; compatible = "arm,cortex-x3";
reg = <0 0x700>; reg = <0 0x700>;
enable-method = "psci"; enable-method = "psci";
next-level-cache = <&L2_700>; next-level-cache = <&L2_700>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment