diff options
| author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-05-05 19:23:41 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-05 20:10:10 -0400 |
| commit | c71f1e05e62f3eb843b6458eeb7298f269b34b1e (patch) | |
| tree | 5d6842faa6a7aab3bed6a81d48492759d6a37742 | |
| parent | 01e76903f655a4d88c2e09d3182436c65f6e1213 (diff) | |
Documentation: bindings: add abracon,abx80x
Document the bindings for abracon,abx80x and related compatibles.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Philippe De Muyter <phdm@macqel.be>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | Documentation/devicetree/bindings/rtc/abracon,abx80x.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt b/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt new file mode 100644 index 000000000000..be789685a1c2 --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | Abracon ABX80X I2C ultra low power RTC/Alarm chip | ||
| 2 | |||
| 3 | The Abracon ABX80X family consist of the ab0801, ab0803, ab0804, ab0805, ab1801, | ||
| 4 | ab1803, ab1804 and ab1805. The ab0805 is the superset of ab080x and the ab1805 | ||
| 5 | is the superset of ab180x. | ||
| 6 | |||
| 7 | Required properties: | ||
| 8 | |||
| 9 | - "compatible": should one of: | ||
| 10 | "abracon,abx80x" | ||
| 11 | "abracon,ab0801" | ||
| 12 | "abracon,ab0803" | ||
| 13 | "abracon,ab0804" | ||
| 14 | "abracon,ab0805" | ||
| 15 | "abracon,ab1801" | ||
| 16 | "abracon,ab1803" | ||
| 17 | "abracon,ab1804" | ||
| 18 | "abracon,ab1805" | ||
| 19 | Using "abracon,abx80x" will enable chip autodetection. | ||
| 20 | - "reg": I2C bus address of the device | ||
| 21 | |||
| 22 | Optional properties: | ||
| 23 | |||
| 24 | The abx804 and abx805 have a trickle charger that is able to charge the | ||
| 25 | connected battery or supercap. Both the following properties have to be defined | ||
| 26 | and valid to enable charging: | ||
| 27 | |||
| 28 | - "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V) | ||
| 29 | - "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 disables the output | ||
| 30 | resistor, the other values are in ohm. | ||
