devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] dt-bindings: net: mdio: Add a nodename pattern
@ 2019-07-03  9:55 Maxime Ripard
  2019-07-03  9:55 ` [PATCH 2/7] dt-bindings: net: mdio: Add address and size cells Maxime Ripard
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Maxime Ripard @ 2019-07-03  9:55 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, Frank Rowand; +Cc: devicetree, Maxime Ripard

The node name of an MDIO controller should be MDIO. Let's add a rule for
this.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
 Documentation/devicetree/bindings/net/mdio.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/mdio.yaml b/Documentation/devicetree/bindings/net/mdio.yaml
index b8fa8251c4bc..12069d0b25c6 100644
--- a/Documentation/devicetree/bindings/net/mdio.yaml
+++ b/Documentation/devicetree/bindings/net/mdio.yaml
@@ -18,6 +18,9 @@ description:
   a device specific binding document.
 
 properties:
+  $nodename:
+    pattern: "^mdio(@.*)?"
+
   reset-gpios:
     maxItems: 1
     description:
-- 
2.21.0

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

end of thread, other threads:[~2019-07-03 20:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-03  9:55 [PATCH 1/7] dt-bindings: net: mdio: Add a nodename pattern Maxime Ripard
2019-07-03  9:55 ` [PATCH 2/7] dt-bindings: net: mdio: Add address and size cells Maxime Ripard
2019-07-03  9:55 ` [PATCH 3/7] dt-bindings: net: mdio: Add child nodes Maxime Ripard
2019-07-03 13:53   ` Rob Herring
2019-07-03 14:13     ` Maxime Ripard
2019-07-03 14:20       ` Rob Herring
2019-07-03 19:57         ` Maxime Ripard
2019-07-03 20:14           ` Rob Herring
2019-07-03  9:55 ` [PATCH 4/7] dt-bindings: display: Fix simple-framebuffer example Maxime Ripard
2019-07-03  9:55 ` [PATCH 5/7] dt-bindings: simple-framebuffer: Add requirement for pipelines Maxime Ripard
2019-07-03  9:55 ` [PATCH 6/7] dt-bindings: net: Use phy-mode instead of phy-connection-type Maxime Ripard
2019-07-03  9:55 ` [PATCH 7/7] dt-bindings: usb: ehci: Fix example warnings Maxime Ripard
2019-07-03 19:29 ` [PATCH 1/7] dt-bindings: net: mdio: Add a nodename pattern 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).