From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Fabio Estevam Subject: [PATCH] dt-bindings: rtc-2123: Make the node name generic Date: Sat, 5 May 2018 00:10:31 -0300 Message-Id: <1525489831-23871-1-git-send-email-festevam@gmail.com> To: alexandre.belloni@bootlin.com Cc: robh+dt@kernel.org, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, Fabio Estevam List-ID: From: Fabio Estevam 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 --- Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt b/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt index 5cbc0b1..811124a 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; -- 2.7.4