aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rtc
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-12-03 12:47:36 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-12-11 00:35:10 +0100
commit2cb5e4743ab52d3a43ef25f229f6770fd9ca0065 (patch)
tree202fdf00d598780e2001b4a438b9e090aea7dcfa /Documentation/devicetree/bindings/rtc
parentPM: Switch to use %ptR (diff)
downloadlinux-dev-2cb5e4743ab52d3a43ef25f229f6770fd9ca0065.tar.xz
linux-dev-2cb5e4743ab52d3a43ef25f229f6770fd9ca0065.zip
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.txt2
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>;