Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384403
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] Documentation: bindings: fix palmas-rtc documentation |
| Date | 2016-04-21 18:10 +0200 |
| Message-ID | <rqpl1-3pZ-29@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
change 100mA -> 100uA
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2] Documentation: bindings: fix palmas-rtc documentation "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-21 18:10 +0200 Re: [PATCH v2] Documentation: bindings: fix palmas-rtc documentation Rob Herring <robh@kernel.org> - 2016-04-22 22:30 +0200 Re: [PATCH v2] Documentation: bindings: fix palmas-rtc documentation Rob Herring <robh@kernel.org> - 2016-04-25 15:50 +0200
csiph-web