[PATCH] arm64: dts: hisilicon: Add missing clocks property for CPUs
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-07-31 07:24:19
Also in:
linux-devicetree, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-07-31 07:24:19
Also in:
linux-devicetree, lkml
On 23-07-18, 08:36, Viresh Kumar wrote:
The clocks property 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 missing clocks property. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 7 +++++++ 1 file changed, 7 insertions(+)
@Wei: Can you please apply this one as well ? -- viresh