]> asedeno.scripts.mit.edu Git - linux.git/commit
arm: dts: exynos: Add missing cooling device properties for CPUs
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 May 2018 10:31:53 +0000 (16:01 +0530)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 25 Jun 2018 16:37:57 +0000 (18:37 +0200)
commit672f33198bee21ee91e6af2cb8f67cfc8bc97ec1
tree967d321b8e270902d9e5f19b48ea0011fe058d5f
parent7daf201d7fe8334e2d2364d4e8ed3394ec9af819
arm: dts: exynos: Add missing cooling device properties for CPUs

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.

Fix other missing properties (clocks, OPP, clock latency) as well to
make it all work.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250.dtsi
arch/arm/boot/dts/exynos4210.dtsi
arch/arm/boot/dts/exynos4412.dtsi
arch/arm/boot/dts/exynos5250.dtsi