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

dt-bindings: rtc: merge ds1339 in ds1307 documentation

Now that there is documentation for the ds1307 and compatible RTCs, merge
the ds1339 documentation in it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Alexandre Belloni and committed by
Rob Herring
1620c624 5015391d

+8 -18
-18
Documentation/devicetree/bindings/rtc/dallas,ds1339.txt
··· 1 - * Dallas DS1339 I2C Serial Real-Time Clock 2 - 3 - Required properties: 4 - - compatible: Should contain "dallas,ds1339". 5 - - reg: I2C address for chip 6 - 7 - Optional properties: 8 - - trickle-resistor-ohms : Selected resistor for trickle charger 9 - Values usable for ds1339 are 250, 2000, 4000 10 - Should be given if trickle charger should be enabled 11 - - trickle-diode-disable : Do not use internal trickle charger diode 12 - Should be given if internal trickle charger diode should be disabled 13 - Example: 14 - ds1339: rtc@68 { 15 - compatible = "dallas,ds1339"; 16 - trickle-resistor-ohms = <250>; 17 - reg = <0x68>; 18 - };
+8
Documentation/devicetree/bindings/rtc/rtc-ds1307.txt
··· 26 26 - clock-output-names: From common clock binding to override the default output 27 27 clock name 28 28 - wakeup-source: Enables wake up of host system on alarm 29 + - trickle-resistor-ohms : ds1339, ds1340 and ds 1388 only 30 + Selected resistor for trickle charger 31 + Possible values are 250, 2000, 4000 32 + Should be given if trickle charger should be enabled 33 + - trickle-diode-disable : ds1339, ds1340 and ds 1388 only 34 + Do not use internal trickle charger diode 35 + Should be given if internal trickle charger diode should be disabled 29 36 30 37 Example: 31 38 rtc1: ds1339@68 { ··· 40 33 reg = <0x68>; 41 34 interrupt-parent = <&gpio4>; 42 35 interrupts = <20 0>; 36 + trickle-resistor-ohms = <250>; 43 37 };