arm64: dts: qcom: sc7280: Fix CPU nodes compatible string
authorRob Herring <robh@kernel.org>
Wed, 7 Dec 2022 21:13:27 +0000 (15:13 -0600)
committerBjorn Andersson <andersson@kernel.org>
Wed, 11 Jan 2023 04:09:38 +0000 (22:09 -0600)
'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: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221207211327.2848665-1-robh@kernel.org
arch/arm64/boot/dts/qcom/sc7280.dtsi

index 6908bcae6f4214be85bdb223c3629608a9aba5d7..9c1413491ee5b65fbd90b61f1ebb53eda7e85b0c 100644 (file)
 
                CPU0: cpu@0 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x0>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0
 
                CPU1: cpu@100 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x100>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0
 
                CPU2: cpu@200 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x200>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0
 
                CPU3: cpu@300 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x300>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0
 
                CPU4: cpu@400 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x400>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0
 
                CPU5: cpu@500 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x500>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0
 
                CPU6: cpu@600 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x600>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0
 
                CPU7: cpu@700 {
                        device_type = "cpu";
-                       compatible = "arm,kryo";
+                       compatible = "qcom,kryo";
                        reg = <0x0 0x700>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0