From: Baruch Siach Date: Mon, 19 Nov 2018 12:34:02 +0000 (+0200) Subject: rtc: dt-binding: abx80x: fix resistance scale X-Git-Tag: v5.4-rc1~1900^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73852e56827f5cb5db9d6e8dd8191fc2f2e8f424;p=platform%2Fkernel%2Flinux-rpi.git rtc: dt-binding: abx80x: fix resistance scale The abracon,tc-resistor property value is in kOhm. Signed-off-by: Baruch Siach Signed-off-by: Alexandre Belloni --- diff --git a/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt b/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt index be78968..18b892d 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.