Skip to content

Commit 030f21b

Browse files
robherringdavem330
authored andcommitted
dt-bindings: net: fsl,fec: Add missing types to phy-reset-* properties
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]>
1 parent 17161c3 commit 030f21b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/net/fsl,fec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ properties:
183183
Should specify the gpio for phy reset.
184184

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

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

199201
phy-reset-post-delay:
202+
$ref: /schemas/types.yaml#/definitions/uint32
200203
deprecated: true
201204
description:
202205
Post reset delay in milliseconds. If present then a delay of phy-reset-post-delay

0 commit comments

Comments
 (0)