Skip to content

Commit

Permalink
dt-bindings: net: fsl,fec: Add missing types to phy-reset-* properties
Browse files Browse the repository at this point in the history
The phy-reset-* properties are missing type definitions and are not common
properties. Even though they are deprecated, a type is needed.

Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
robherring authored and davem330 committed Jul 22, 2022
1 parent 17161c3 commit 030f21b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/net/fsl,fec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ properties:
Should specify the gpio for phy reset.

phy-reset-duration:
$ref: /schemas/types.yaml#/definitions/uint32
deprecated: true
description:
Reset duration in milliseconds. Should present only if property
Expand All @@ -191,12 +192,14 @@ properties:
and 1 millisecond will be used instead.

phy-reset-active-high:
type: boolean
deprecated: true
description:
If present then the reset sequence using the GPIO specified in the
"phy-reset-gpios" property is reversed (H=reset state, L=operation state).

phy-reset-post-delay:
$ref: /schemas/types.yaml#/definitions/uint32
deprecated: true
description:
Post reset delay in milliseconds. If present then a delay of phy-reset-post-delay
Expand Down

0 comments on commit 030f21b

Please sign in to comment.