Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7-colibri: specify cpu-supply

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>

authored by

Stefan Agner and committed by
Shawn Guo
5dc2dcf5 c2e70bbb

+1 -1
+1 -1
arch/arm/boot/dts/imx7-colibri.dtsi
··· 86 86 }; 87 87 88 88 &cpu0 { 89 - arm-supply = <&reg_DCDC2>; 89 + cpu-supply = <&reg_DCDC2>; 90 90 }; 91 91 92 92 &fec1 {