diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-12-03 14:47:36 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-12-11 02:35:10 +0300 |
commit | 2cb5e4743ab52d3a43ef25f229f6770fd9ca0065 (patch) | |
tree | 202fdf00d598780e2001b4a438b9e090aea7dcfa /Documentation/devicetree/bindings/rtc | |
parent | a07995be61e18a504f37db0169b50de4036fc02d (diff) | |
download | linux-2cb5e4743ab52d3a43ef25f229f6770fd9ca0065.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/rtc-ds1307.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt b/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt index eebfbe04207a..eaee19b60960 100644 --- a/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt +++ b/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt @@ -35,7 +35,7 @@ Optional properties: Should be given if internal trickle charger diode should be disabled Example: - rtc1: ds1339@68 { + ds1339: rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; interrupt-parent = <&gpio4>; |