arm64: dts: mediatek: Add missing cooling device properties for CPUs
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 May 2018 05:40:04 +0000 (11:10 +0530)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 2 Jul 2018 16:54:19 +0000 (18:54 +0200)
commita06e5c0562e9eec70a36d77dc98bdac4a075dcc8
tree26d9e834c5f5744c6fa7ee6827e5171fcb30d1d0
parent34093104304df1eb09f9bd15f8f157f085a85a3b
arm64: dts: mediatek: 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.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt7622.dtsi
arch/arm64/boot/dts/mediatek/mt8173.dtsi