Skip to content

Commit

Permalink
dt-bindings: net: mdio: Drop resets/reset-names child properties
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Rob Herring committed Jan 12, 2022
1 parent 653c3d3 commit 785576c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Documentation/devicetree/bindings/net/mdio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ patternProperties:
the turn around line low at end of the control phase of the
MDIO transaction.

resets:
maxItems: 1

reset-names:
const: phy

reset-gpios:
maxItems: 1
description:
Expand Down

0 comments on commit 785576c

Please sign in to comment.