From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH v2 5/6] ARM: dts: axp209: Add ac_power_supply child node to the ax209 node Date: Sun, 1 May 2016 17:50:53 +0800 Message-ID: References: <1462093047-7885-1-git-send-email-haas@computerlinguist.org> <1462093047-7885-6-git-send-email-haas@computerlinguist.org> Reply-To: wens-jdAy2FN1RRM@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <1462093047-7885-6-git-send-email-haas-bdq14YP6qtSV9CzYT+GlPGD2FQJk+8+b@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Michael Haas Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Maxime Ripard , Chen-Yu Tsai , Lee Jones , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Hans De Goede , =?UTF-8?Q?Bruno_Pr=C3=A9mont?= , devicetree , linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King - ARM Linux , linux-sunxi List-Id: devicetree@vger.kernel.org Hi, On Sun, May 1, 2016 at 4:57 PM, Michael Haas wrote: > Add a node representing the ac power supply part of the axp209 pmic. > > Signed-off-by: Michael Haas > --- > arch/arm/boot/dts/axp209.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi > index 051ab3b..9046f0a 100644 > --- a/arch/arm/boot/dts/axp209.dtsi > +++ b/arch/arm/boot/dts/axp209.dtsi > @@ -94,4 +94,10 @@ > compatible = "x-powers,axp202-usb-power-supply"; > status = "disabled"; > }; > + > + ac_power_supply: ac_power_supply { Please keep them alphabetically sorted. > + compatible = "x-powers,axp202-ac-power-supply"; > + status = "disabled"; I see no reason why we shouldn't just enable it by default. It is almost always going to be used. Same for the VBUS power supply. > + }; > + Extra line here. ChenYu > }; > -- > 2.8.0 >