From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 5/9] ARM: dts: imx7-colibri: specify cpu-supply Date: Sat, 16 Dec 2017 11:59:38 -0200 Message-ID: References: <20171206153005.6144-1-stefan@agner.ch> <20171206153005.6144-5-stefan@agner.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20171206153005.6144-5-stefan-XLVq0VzYD2Y@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefan Agner Cc: Shawn Guo , Sascha Hauer , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel , Rob Herring , Fabio Estevam , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Stefan, On Wed, Dec 6, 2017 at 1:30 PM, Stefan Agner wrote: > Specify CPU supply using the "cpu-supply" property instead of > the invalid "arm-supply" property. > > Signed-off-by: Stefan Agner > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html