Skip to content

Commit ad31ce5

Browse files
committed
dt-bindings: net: mdio: Allow any child node name
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 <[email protected]> Cc: Heiner Kallweit <[email protected]> Cc: Russell King <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: [email protected] Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Thierry Reding <[email protected]> Acked-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0bbeb64 commit ad31ce5

File tree

1 file changed

+1
-1
lines changed
  • Documentation/devicetree/bindings/net

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/mdio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
type: boolean
6060

6161
patternProperties:
62-
"^ethernet-phy@[0-9a-f]+$":
62+
'@[0-9a-f]+$':
6363
type: object
6464

6565
properties:

0 commit comments

Comments
 (0)