diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-05 06:10:31 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-05-14 16:27:50 +0300 |
commit | 5aa6a62d115b7ffe269b2a00144aa325d90a2169 (patch) | |
tree | 4a8e03357696b35a833d9606267d1f9903f53de2 /Documentation/devicetree/bindings/rtc | |
parent | 22cb47c1ea2040c0424073c9d67dd0e644334a7c (diff) | |
download | linux-5aa6a62d115b7ffe269b2a00144aa325d90a2169.tar.xz |
dt-bindings: rtc-2123: Make the node name generic
According to Devicetree Specification v0.2 document:
"The name of a node should be somewhat generic, reflecting the function
of the device and not its precise programming model."
Do as suggested in the binding example.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt b/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt index 5cbc0b145a61..811124a36d16 100644 --- a/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt +++ b/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt @@ -9,7 +9,7 @@ Optional properties: Example: -rtc: nxp,rtc-pcf2123@3 { +pcf2123: rtc@3 { compatible = "nxp,rtc-pcf2123" reg = <3> spi-cs-high; |