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

dt-bindings: rtc: use a generic node name for ds1307

The example should follow the practice or using a generic node name
instead of the precise programming model, as recommended by the DTSpec.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Lubomir Rintel and committed by
Alexandre Belloni
2cb5e474 a07995be

+1 -1
+1 -1
Documentation/devicetree/bindings/rtc/rtc-ds1307.txt
··· 35 35 Should be given if internal trickle charger diode should be disabled 36 36 37 37 Example: 38 - rtc1: ds1339@68 { 38 + ds1339: rtc@68 { 39 39 compatible = "dallas,ds1339"; 40 40 reg = <0x68>; 41 41 interrupt-parent = <&gpio4>;