devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: bindings: fix palmas-rtc documentation
@ 2016-04-21 16:03 H. Nikolaus Schaller
       [not found] ` <ac069bc32d31b6c6bf6ad7e136e021b5e296deca.1461254594.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: H. Nikolaus Schaller @ 2016-04-21 16:03 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	H. Nikolaus Schaller
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	letux-kernel-S0jZdbWzriLCfDggNXIi3w

change 100mA -> 100uA

Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
---
 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] Documentation: bindings: fix palmas-rtc documentation
       [not found] ` <ac069bc32d31b6c6bf6ad7e136e021b5e296deca.1461254594.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
@ 2016-04-22 20:29   ` Rob Herring
  2016-04-25 13:46   ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-04-22 20:29 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	letux-kernel-S0jZdbWzriLCfDggNXIi3w

On Thu, Apr 21, 2016 at 06:03:15PM +0200, H. Nikolaus Schaller wrote:
> change 100mA -> 100uA
> 
> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] Documentation: bindings: fix palmas-rtc documentation
       [not found] ` <ac069bc32d31b6c6bf6ad7e136e021b5e296deca.1461254594.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
  2016-04-22 20:29   ` Rob Herring
@ 2016-04-25 13:46   ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-04-25 13:46 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	letux-kernel-S0jZdbWzriLCfDggNXIi3w

On Thu, Apr 21, 2016 at 06:03:15PM +0200, H. Nikolaus Schaller wrote:
> change 100mA -> 100uA
> 
> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>

Applied, thanks.

Rob

> ---
>  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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-25 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 16:03 [PATCH v2] Documentation: bindings: fix palmas-rtc documentation H. Nikolaus Schaller
     [not found] ` <ac069bc32d31b6c6bf6ad7e136e021b5e296deca.1461254594.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-22 20:29   ` Rob Herring
2016-04-25 13:46   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).