diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-11-19 14:34:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-21 10:41:03 +0100 |
commit | 13f9097001de23b301d77bca7d3d343c63628a44 (patch) | |
tree | f1c44adc8a160c74a9b42d4ccf1bf62bc1af602d /Documentation | |
parent | 2ce7ec809496c458221d6ca4bbdb207f6ca06cf8 (diff) | |
download | linux-stable-13f9097001de23b301d77bca7d3d343c63628a44.tar.gz linux-stable-13f9097001de23b301d77bca7d3d343c63628a44.tar.bz2 linux-stable-13f9097001de23b301d77bca7d3d343c63628a44.zip |
rtc: dt-binding: abx80x: fix resistance scale
[ Upstream commit 73852e56827f5cb5db9d6e8dd8191fc2f2e8f424 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/abracon,abx80x.txt | 2 |
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. |