From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Subject: Re: [PATCH] twl4030_charger: add devicetree support. Date: Thu, 24 Oct 2013 04:44:03 -0500 Message-ID: <1C8E8D31-1261-45ED-BBD0-161DFD627ACF@codeaurora.org> References: <20131024165005.78bc8740@notabene.brown> Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20131024165005.78bc8740@notabene.brown> Sender: linux-omap-owner@vger.kernel.org To: NeilBrown Cc: Anton Vorontsov , David Woodhouse , Grant Likely , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Belisko Marek , "Dr. H. Nikolaus Schaller" List-Id: devicetree@vger.kernel.org On Oct 24, 2013, at 12:50 AM, NeilBrown wrote: > > [my first device-tree related patch. Please let me know what I got wrong so > I wont repeat the mistake in all the others I have queued] > > This allows the charger to be enabled with devicetree, and > allows the parameters for charging the backup battery to be set. > > Signed-off-by: NeilBrown > > diff --git a/Documentation/devicetree/bindings/power/twl-charger.txt b/Documentation/devicetree/bindings/power/twl-charger.txt > new file mode 100644 > index 0000000..8afaa9a > --- /dev/null > +++ b/Documentation/devicetree/bindings/power/twl-charger.txt > @@ -0,0 +1,20 @@ > +TWL BCI (Battery Charger Interface) > + > +Required properties: > +- compatible: > + - "ti,twl4030-bci" > +- interrupts: two interrupt lines from the TWL SIH (secondary > + interrupt handler) - interrupts 9 and 2. > + > +Optional properties: > +- bb-uvolt: microvolts for charging the backup battery. > +- bb-uamp: microamps for charging the backup battery. prop should have vendor prefix. ti,bb-uvolt, ti,bb-uamp - k > + > +Examples: > + > +bci { > + compatible = "ti,twl4030-bci"; > + interrupts = <9>, <2>; > + bb-uvolt = <3200000>; > + bb-uamp = <150>; > +}; -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation