ARM: dts: imx: Add missing OPP properties for CPUs
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 May 2018 10:32:01 +0000 (16:02 +0530)
committerShawn Guo <shawnguo@kernel.org>
Tue, 3 Jul 2018 12:33:46 +0000 (20:33 +0800)
commitb97872d4eb226fa853d0f69c72b24a711e388757
tree82c6f695215ddca156c5f2b39cc11cdd88331a26
parent77cf8a009df8a47ba0c8f32b0d6bb6cbfb55a17e
ARM: dts: imx: Add missing OPP properties for CPUs

The OPP properties, like "operating-points", 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 create an OPP
table.

Add such missing properties.

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

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q-cm-fx6.dts
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx7d.dtsi