From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753270AbcDUP3t (ORCPT ); Thu, 21 Apr 2016 11:29:49 -0400 Received: from mail.kernel.org ([198.145.29.136]:42574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753229AbcDUP3q (ORCPT ); Thu, 21 Apr 2016 11:29:46 -0400 Date: Thu, 21 Apr 2016 10:29:40 -0500 From: Rob Herring To: "H. Nikolaus Schaller" Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org Subject: Re: [PATCH] Documentation: bindings: fix palmas-rtc documentation Message-ID: <20160421152940.GA15700@rob-hp-laptop> References: <185436a6e4b162dce97d0036faf11cf828918d97.1461080571.git.hns@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <185436a6e4b162dce97d0036faf11cf828918d97.1461080571.git.hns@goldelico.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 19, 2016 at 05:42:52PM +0200, H. Nikolaus Schaller wrote: > Signed-off-by: H. Nikolaus Schaller A more specific subject and commit message would be nice. It is a lot of change to figure out it is just s/100mA/100uA/. Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/rtc/rtc-palmas.txt b/Documentation/devicetree/bindings/rtc/rtc-palmas.txt > index adbccc0..eb1c7fd 100644 > --- a/Documentation/devicetree/bindings/rtc/rtc-palmas.txt > +++ b/Documentation/devicetree/bindings/rtc/rtc-palmas.txt > @@ -15,9 +15,9 @@ Optional properties: > battery is chargeable or not. If charging battery then driver can > enable the charging. > - ti,backup-battery-charge-high-current: Enable high current charging in > - backup battery. Device supports the < 100mA and > 100mA charging. > - The high current will be > 100mA. Absence of this property will > - charge battery to lower current i.e. < 100mA. > + backup battery. Device supports the < 100uA and > 100uA charging. > + The high current will be > 100uA. Absence of this property will > + charge battery to lower current i.e. < 100uA. > > Example: > palmas: tps65913@58 { > -- > 2.7.3 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html