Hi Stefan, On Wed, Dec 6, 2017 at 1:30 PM, Stefan Agner <stefan@xxxxxxxx> wrote: > Specify CPU supply using the "cpu-supply" property instead of > the invalid "arm-supply" property. > > Signed-off-by: Stefan Agner <stefan@xxxxxxxx> > --- > arch/arm/boot/dts/imx7-colibri.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi > index f61041af026a..6498c1136ef1 100644 > --- a/arch/arm/boot/dts/imx7-colibri.dtsi > +++ b/arch/arm/boot/dts/imx7-colibri.dtsi > @@ -86,7 +86,7 @@ > }; > > &cpu0 { > - arm-supply = <®_DCDC2>; > + cpu-supply = <®_DCDC2>; Good catch. I need to apply this same fix for some other imx7 board dts: Reviewed-by: Fabio Estevam <fabio.estevam@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html