aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rtc
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-11-19 14:34:02 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-11-22 19:18:47 +0100
commit73852e56827f5cb5db9d6e8dd8191fc2f2e8f424 (patch)
tree7f3968a16ebecb93200b01f49049529342019be4 /Documentation/devicetree/bindings/rtc
parentrtc: isl1208: Use i2c block read/write routines (diff)
downloadlinux-dev-73852e56827f5cb5db9d6e8dd8191fc2f2e8f424.tar.xz
linux-dev-73852e56827f5cb5db9d6e8dd8191fc2f2e8f424.zip
rtc: dt-binding: abx80x: fix resistance scale
The abracon,tc-resistor property value is in kOhm. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r--Documentation/devicetree/bindings/rtc/abracon,abx80x.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt b/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt
index be789685a1c2..18b892d010d8 100644
--- a/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt
+++ b/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt
@@ -27,4 +27,4 @@ and valid to enable charging:
- "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V)
- "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 disables the output
- resistor, the other values are in ohm.
+ resistor, the other values are in kOhm.