Skip to content

Commit 785576c

Browse files
committed
dt-bindings: net: mdio: Drop resets/reset-names child properties
resets/reset-names are device specific and don't belong in the MDIO bus schema. For example, it doesn't match what is defined for the "qca,ar9331-switch" binding which defines "reset-names" to be "switch" rather than "phy". Neither name is that useful IMO. Other child properties are also device specific, but those won't conflict with device schemas. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220111170248.3160841-1-robh@kernel.org
1 parent 653c3d3 commit 785576c

File tree

1 file changed

+0
-6
lines changed
  • Documentation/devicetree/bindings/net

1 file changed

+0
-6
lines changed

Documentation/devicetree/bindings/net/mdio.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ patternProperties:
7676
the turn around line low at end of the control phase of the
7777
MDIO transaction.
7878

79-
resets:
80-
maxItems: 1
81-
82-
reset-names:
83-
const: phy
84-
8579
reset-gpios:
8680
maxItems: 1
8781
description:

0 commit comments

Comments
 (0)