]> git.itanic.dy.fi Git - linux-stable/commitdiff
arm: dts: mediatek: Add missing cooling device properties for CPUs
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 May 2018 10:31:49 +0000 (16:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Oct 2018 00:00:52 +0000 (17:00 -0700)
[ Upstream commit 0c7f7a5150023f3c6f0b27c4d4940ce3dfaf62cc ]

The cooling device properties, like "#cooling-cells" and
"dynamic-power-coefficient", should either be present for all the CPUs
of a cluster or none. If these are present only for a subset of CPUs of
a cluster then things will start falling apart as soon as the CPUs are
brought online in a different order. For example, this will happen
because the operating system looks for such properties in the CPU node
it is trying to bring up, so that it can register a cooling device.

Add such missing properties.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/mt7623.dtsi

index 1853573235724419002fd7617ddb9bf0e9a20fc3..028cf4a5887fcecdff631a2c922e2eec0776258d 100644 (file)
@@ -98,6 +98,7 @@ cpu1: cpu@1 {
                        compatible = "arm,cortex-a7";
                        reg = <0x1>;
                        operating-points-v2 = <&cpu_opp_table>;
+                       #cooling-cells = <2>;
                        clock-frequency = <1300000000>;
                };
 
@@ -106,6 +107,7 @@ cpu2: cpu@2 {
                        compatible = "arm,cortex-a7";
                        reg = <0x2>;
                        operating-points-v2 = <&cpu_opp_table>;
+                       #cooling-cells = <2>;
                        clock-frequency = <1300000000>;
                };
 
@@ -114,6 +116,7 @@ cpu3: cpu@3 {
                        compatible = "arm,cortex-a7";
                        reg = <0x3>;
                        operating-points-v2 = <&cpu_opp_table>;
+                       #cooling-cells = <2>;
                        clock-frequency = <1300000000>;
                };
        };