Commit 5aa6a62d authored by Fabio Estevam's avatar Fabio Estevam Committed by Alexandre Belloni

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 22cb47c1
...@@ -9,7 +9,7 @@ Optional properties: ...@@ -9,7 +9,7 @@ Optional properties:
Example: Example:
rtc: nxp,rtc-pcf2123@3 { pcf2123: rtc@3 {
compatible = "nxp,rtc-pcf2123" compatible = "nxp,rtc-pcf2123"
reg = <3> reg = <3>
spi-cs-high; spi-cs-high;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment