Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt/bindings: Add bindings for Micro Crystal rv8803

... and Epson RX8900 real time clock

Signed-off-by: Oleksij Rempel <fixed-term.Oleksij.Rempel@de.bosch.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Oleksij Rempel and committed by
Alexandre Belloni
eff6675b 0f206517

+22
+22
Documentation/devicetree/bindings/rtc/epson,rx8900.txt
··· 1 + Real Time Clock driver for: 2 + - Epson RX8900 3 + - Micro Crystal rv8803 4 + 5 + Required properties: 6 + - compatible: should be: "microcrystal,rv8803" or "epson,rx8900" 7 + - reg : the I2C address of the device for I2C 8 + 9 + Optional properties: 10 + - epson,vdet-disable : boolean, if present will disable voltage detector. 11 + Should be set if no backup battery is used. 12 + - trickle-diode-disable : boolean, if present will disable internal trickle 13 + charger diode 14 + 15 + Example: 16 + 17 + rtc: rtc@32 { 18 + compatible = "epson,rx8900" 19 + reg = <0x32>; 20 + epson,vdet-disable; 21 + trickle-diode-disable; 22 + };