arm64: dts: qcom: msm8998: Fix cpu compatible
authorAmit Kucheria <amit.kucheria@linaro.org>
Thu, 5 Mar 2020 22:00:14 +0000 (03:30 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 6 Mar 2020 05:50:07 +0000 (21:50 -0800)
"arm,armv8" compatible should only be used for software models. Replace
it with the real cpu type.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Link: https://lore.kernel.org/r/0535d640e9cd01887b5532f893ce4d61feca6d6d.1583445235.git.amit.kucheria@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index 91f7f2d..c07fee6 100644 (file)
 
                CPU0: cpu@0 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x0>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0 &LITTLE_CPU_SLEEP_1>;
 
                CPU1: cpu@1 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x1>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0 &LITTLE_CPU_SLEEP_1>;
 
                CPU2: cpu@2 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x2>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0 &LITTLE_CPU_SLEEP_1>;
 
                CPU3: cpu@3 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x3>;
                        enable-method = "psci";
                        cpu-idle-states = <&LITTLE_CPU_SLEEP_0 &LITTLE_CPU_SLEEP_1>;
 
                CPU4: cpu@100 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x100>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0 &BIG_CPU_SLEEP_1>;
 
                CPU5: cpu@101 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x101>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0 &BIG_CPU_SLEEP_1>;
 
                CPU6: cpu@102 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x102>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0 &BIG_CPU_SLEEP_1>;
 
                CPU7: cpu@103 {
                        device_type = "cpu";
-                       compatible = "arm,armv8";
+                       compatible = "qcom,kryo280";
                        reg = <0x0 0x103>;
                        enable-method = "psci";
                        cpu-idle-states = <&BIG_CPU_SLEEP_0 &BIG_CPU_SLEEP_1>;