Commit 9293c3e8 authored by Rob Herring's avatar Rob Herring Committed by Bjorn Andersson

arm64: dts: qcom: sc7280: Fix CPU nodes compatible string

'arm,kryo' is not documented and is not an Arm Ltd thing either as that
is Qualcomm branding. The correct compatible is 'qcom,kryo'.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221207211327.2848665-1-robh@kernel.org
parent 0d89bfbc
...@@ -166,7 +166,7 @@ cpus { ...@@ -166,7 +166,7 @@ cpus {
CPU0: cpu@0 { CPU0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x0>; reg = <0x0 0x0>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&LITTLE_CPU_SLEEP_0 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
...@@ -191,7 +191,7 @@ L3_0: l3-cache { ...@@ -191,7 +191,7 @@ L3_0: l3-cache {
CPU1: cpu@100 { CPU1: cpu@100 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x100>; reg = <0x0 0x100>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&LITTLE_CPU_SLEEP_0 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
...@@ -212,7 +212,7 @@ L2_100: l2-cache { ...@@ -212,7 +212,7 @@ L2_100: l2-cache {
CPU2: cpu@200 { CPU2: cpu@200 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x200>; reg = <0x0 0x200>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&LITTLE_CPU_SLEEP_0 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
...@@ -233,7 +233,7 @@ L2_200: l2-cache { ...@@ -233,7 +233,7 @@ L2_200: l2-cache {
CPU3: cpu@300 { CPU3: cpu@300 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x300>; reg = <0x0 0x300>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&LITTLE_CPU_SLEEP_0 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
...@@ -254,7 +254,7 @@ L2_300: l2-cache { ...@@ -254,7 +254,7 @@ L2_300: l2-cache {
CPU4: cpu@400 { CPU4: cpu@400 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x400>; reg = <0x0 0x400>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&BIG_CPU_SLEEP_0 cpu-idle-states = <&BIG_CPU_SLEEP_0
...@@ -275,7 +275,7 @@ L2_400: l2-cache { ...@@ -275,7 +275,7 @@ L2_400: l2-cache {
CPU5: cpu@500 { CPU5: cpu@500 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x500>; reg = <0x0 0x500>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&BIG_CPU_SLEEP_0 cpu-idle-states = <&BIG_CPU_SLEEP_0
...@@ -296,7 +296,7 @@ L2_500: l2-cache { ...@@ -296,7 +296,7 @@ L2_500: l2-cache {
CPU6: cpu@600 { CPU6: cpu@600 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x600>; reg = <0x0 0x600>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&BIG_CPU_SLEEP_0 cpu-idle-states = <&BIG_CPU_SLEEP_0
...@@ -317,7 +317,7 @@ L2_600: l2-cache { ...@@ -317,7 +317,7 @@ L2_600: l2-cache {
CPU7: cpu@700 { CPU7: cpu@700 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,kryo"; compatible = "qcom,kryo";
reg = <0x0 0x700>; reg = <0x0 0x700>;
enable-method = "psci"; enable-method = "psci";
cpu-idle-states = <&BIG_CPU_SLEEP_0 cpu-idle-states = <&BIG_CPU_SLEEP_0
......
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