From: Lubomir Rintel Date: Mon, 3 Dec 2018 11:47:36 +0000 (+0100) Subject: dt-bindings: rtc: use a generic node name for ds1307 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2cb5e4743ab52d3a43ef25f229f6770fd9ca0065;p=linux.git 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 Signed-off-by: Alexandre Belloni --- diff --git a/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt b/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt index eebfbe04207a0..eaee19b60960b 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>;