mirror of https://gitee.com/openkylin/linux.git
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 <maxime.ripard@bootlin.com> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
e6ed646711
commit
4c2c04c27d
|
@ -18,6 +18,9 @@ description:
|
|||
a device specific binding document.
|
||||
|
||||
properties:
|
||||
$nodename:
|
||||
pattern: "^mdio(@.*)?"
|
||||
|
||||
reset-gpios:
|
||||
maxItems: 1
|
||||
description:
|
||||
|
|
Loading…
Reference in New Issue