ARM: dts: imx7-colibri: specify cpu-supply
authorStefan Agner <stefan@agner.ch>
Tue, 19 Dec 2017 18:10:34 +0000 (19:10 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
Specify CPU supply using the "cpu-supply" property instead of
the invalid "arm-supply" property.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi

index f61041a..6498c11 100644 (file)
@@ -86,7 +86,7 @@
 };
 
 &cpu0 {
-       arm-supply = <&reg_DCDC2>;
+       cpu-supply = <&reg_DCDC2>;
 };
 
 &fec1 {