arm64: dts: add #cooling-cells to CPU nodes
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Jan 2018 21:06:48 +0000 (22:06 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 12 Jan 2018 02:00:29 +0000 (18:00 -0800)
commitacbf76ee05067c3942852019993f7beb69a0f45f
treebbec92e25b1db522b3e2f29a55834dc9492c9057
parent712070d1484a6503f5432b415900d424b4555d8d
arm64: dts: add #cooling-cells to CPU nodes

dtc complains about the lack of #coolin-cells properties for the
CPU nodes that are referred to as "cooling-device":

arch/arm64/boot/dts/mediatek/mt8173-evb.dtb: Warning (cooling_device_property): Missing property '#cooling-cells' in node /cpus/cpu@0 or bad phandle (referred from /thermal-zones/cpu_thermal/cooling-maps/map@0:cooling-device[0])
arch/arm64/boot/dts/mediatek/mt8173-evb.dtb: Warning (cooling_device_property): Missing property '#cooling-cells' in node /cpus/cpu@100 or bad phandle (referred from /thermal-zones/cpu_thermal/cooling-maps/map@1:cooling-device[0])

Apparently this property must be '<2>' to match the binding.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/mediatek/mt8173.dtsi