From 4c2c04c27df9d2e48153e0bf8a59aec97101fb8c Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 3 Jul 2019 11:55:07 +0200 Subject: [PATCH] dt-bindings: net: mdio: Add a nodename pattern The node name of an MDIO controller should be MDIO. Let's add a rule for this. Signed-off-by: Maxime Ripard Signed-off-by: Rob Herring --- 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 b8fa825..12069d0 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.7.4