diff mbox series

dt-bindings: net: mdio: Allow any child node name

Message ID 20211206174139.2296497-1-robh@kernel.org (mailing list archive)
State Not Applicable
Delegated to: Netdev Maintainers
Headers show
Series dt-bindings: net: mdio: Allow any child node name | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Rob Herring Dec. 6, 2021, 5:41 p.m. UTC
An MDIO bus can have devices other than ethernet PHYs on it, so it
should allow for any node name rather than just 'ethernet-phy'.

Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/net/mdio.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Florian Fainelli Dec. 6, 2021, 5:42 p.m. UTC | #1
On 12/6/21 9:41 AM, Rob Herring wrote:
> An MDIO bus can have devices other than ethernet PHYs on it, so it
> should allow for any node name rather than just 'ethernet-phy'.
> 
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

Thanks!
Jakub Kicinski Dec. 6, 2021, 8:57 p.m. UTC | #2
On Mon,  6 Dec 2021 11:41:39 -0600 Rob Herring wrote:
> An MDIO bus can have devices other than ethernet PHYs on it, so it
> should allow for any node name rather than just 'ethernet-phy'.

Hi Rob, what's your preference for merging these?
Thierry Reding Dec. 7, 2021, 8:26 a.m. UTC | #3
On Mon, Dec 06, 2021 at 11:41:39AM -0600, Rob Herring wrote:
> An MDIO bus can have devices other than ethernet PHYs on it, so it
> should allow for any node name rather than just 'ethernet-phy'.
> 
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/net/mdio.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Makes sense,

Reviewed-by: Thierry Reding <treding@nvidia.com>
Rob Herring Dec. 7, 2021, 3:56 p.m. UTC | #4
On Mon, Dec 6, 2021 at 2:57 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Mon,  6 Dec 2021 11:41:39 -0600 Rob Herring wrote:
> > An MDIO bus can have devices other than ethernet PHYs on it, so it
> > should allow for any node name rather than just 'ethernet-phy'.
>
> Hi Rob, what's your preference for merging these?

I can take them.

Rob
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/mdio.yaml b/Documentation/devicetree/bindings/net/mdio.yaml
index 08e15fb1584f..53206e4a7a14 100644
--- a/Documentation/devicetree/bindings/net/mdio.yaml
+++ b/Documentation/devicetree/bindings/net/mdio.yaml
@@ -59,7 +59,7 @@  properties:
     type: boolean
 
 patternProperties:
-  "^ethernet-phy@[0-9a-f]+$":
+  '@[0-9a-f]+$':
     type: object
 
     properties: