arm64: dts: rockchip: Add missing cooling device properties for CPUs
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 May 2018 05:40:05 +0000 (11:10 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 19 Jun 2018 23:15:55 +0000 (01:15 +0200)
commitcc9b0918037454d2cd9f6f07d95095fe30b02091
tree7897ae71ab339b917ac1c92c5d1b4185e756a15a
parentea41d63b544062489b3f2af2aab4eefee45aef31
arm64: dts: rockchip: 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.

Do minor rearrangement as well to keep ordering consistent.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328.dtsi
arch/arm64/boot/dts/rockchip/rk3368.dtsi
arch/arm64/boot/dts/rockchip/rk3399.dtsi