From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] ARM: dts: tps65910 backup battery regulator Date: Fri, 28 Feb 2014 13:52:56 -0800 Message-ID: <20140228215256.GC13624@atomide.com> References: <1387539808-24910-3-git-send-email-mpa@pengutronix.de> <1389888503-32013-1-git-send-email-mpa@pengutronix.de> <20140216220142.GA31006@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59256 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752116AbaB1VxK (ORCPT ); Fri, 28 Feb 2014 16:53:10 -0500 Content-Disposition: inline In-Reply-To: <20140216220142.GA31006@pengutronix.de> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Markus Pargmann Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de * Markus Pargmann [140216 14:04]: > Hi, > > On Thu, Jan 16, 2014 at 05:08:23PM +0100, Markus Pargmann wrote: > > This patch adds a devicetree node for the backup battery regulator. > > > > Signed-off-by: Markus Pargmann > > --- > > Hi, > > > > Mark Brown applied [1] the other part of the series which adds 'vbb' as > > regulator-compatible. I forgot to add you in Cc. > > Any comments on this? Thanks applying into omap-for-v3.15/dt. Regards, Tony > > [1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/289815/focus=290089 > > > > arch/arm/boot/dts/tps65910.dtsi | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/arch/arm/boot/dts/tps65910.dtsi b/arch/arm/boot/dts/tps65910.dtsi > > index 92693a8..b0ac665 100644 > > --- a/arch/arm/boot/dts/tps65910.dtsi > > +++ b/arch/arm/boot/dts/tps65910.dtsi > > @@ -82,5 +82,10 @@ > > reg = <12>; > > regulator-compatible = "vmmc"; > > }; > > + > > + vbb_reg: regulator@13 { > > + reg = <13>; > > + regulator-compatible = "vbb"; > > + }; > > }; > > }; > > -- > > 1.8.5.2 > > > > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 28 Feb 2014 13:52:56 -0800 Subject: [PATCH v2] ARM: dts: tps65910 backup battery regulator In-Reply-To: <20140216220142.GA31006@pengutronix.de> References: <1387539808-24910-3-git-send-email-mpa@pengutronix.de> <1389888503-32013-1-git-send-email-mpa@pengutronix.de> <20140216220142.GA31006@pengutronix.de> Message-ID: <20140228215256.GC13624@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Markus Pargmann [140216 14:04]: > Hi, > > On Thu, Jan 16, 2014 at 05:08:23PM +0100, Markus Pargmann wrote: > > This patch adds a devicetree node for the backup battery regulator. > > > > Signed-off-by: Markus Pargmann > > --- > > Hi, > > > > Mark Brown applied [1] the other part of the series which adds 'vbb' as > > regulator-compatible. I forgot to add you in Cc. > > Any comments on this? Thanks applying into omap-for-v3.15/dt. Regards, Tony > > [1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/289815/focus=290089 > > > > arch/arm/boot/dts/tps65910.dtsi | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/arch/arm/boot/dts/tps65910.dtsi b/arch/arm/boot/dts/tps65910.dtsi > > index 92693a8..b0ac665 100644 > > --- a/arch/arm/boot/dts/tps65910.dtsi > > +++ b/arch/arm/boot/dts/tps65910.dtsi > > @@ -82,5 +82,10 @@ > > reg = <12>; > > regulator-compatible = "vmmc"; > > }; > > + > > + vbb_reg: regulator at 13 { > > + reg = <13>; > > + regulator-compatible = "vbb"; > > + }; > > }; > > }; > > -- > > 1.8.5.2 > > > > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |