linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pinctrl: renesas,rza2-pinctrl: Fix pin controller node name
@ 2020-08-21 11:11 Geert Uytterhoeven
  2020-08-21 15:27 ` Sergei Shtylyov
  2020-09-08 20:52 ` Rob Herring
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2020-08-21 11:11 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Chris Brandt
  Cc: linux-renesas-soc, linux-gpio, devicetree, Geert Uytterhoeven

According to Devicetree Specification v0.2 and later, Section "Generic
Names Recommendation", the node name for a pin controller device node
should be "pinctrl".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in sh-pfc for v5.10.

 .../devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml
index b7911a994f3a9f12..ce1f7343788faeff 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml
@@ -84,7 +84,7 @@ additionalProperties: false
 examples:
   - |
     #include <dt-bindings/pinctrl/r7s9210-pinctrl.h>
-    pinctrl: pin-controller@fcffe000 {
+    pinctrl: pinctrl@fcffe000 {
             compatible = "renesas,r7s9210-pinctrl";
             reg = <0xfcffe000 0x1000>;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-08 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21 11:11 [PATCH] dt-bindings: pinctrl: renesas,rza2-pinctrl: Fix pin controller node name Geert Uytterhoeven
2020-08-21 15:27 ` Sergei Shtylyov
2020-08-21 17:41   ` Geert Uytterhoeven
2020-08-23  9:00     ` Sergei Shtylyov
2020-08-28  9:37   ` Linus Walleij
2020-09-08 20:52 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).