Skip to content

Commit 7e3c85d

Browse files
ffainelliglikely
authored andcommitted
Fix property name, table and defined value for "phy-connection-type"
Table 4.12 describes the "phy-connection-type" property and its valid values, not "max-speed" (which is at 4.11). Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Grant Likely <[email protected]>
1 parent a931355 commit 7e3c85d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/device-bindings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@ the network device class.
315315
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
316316

317317
.. tabularcolumns:: | l J |
318-
.. table:: ``max-speed`` Property
318+
.. table:: ``phy-connection-type`` Property
319319

320320
=========== ==============================================================
321-
Property ``max-speed``
321+
Property ``phy-connection-type``
322322
=========== ==============================================================
323323
Value type ``<string>``
324324
Description Specifies interface type between the Ethernet device and a
@@ -330,7 +330,7 @@ the network device class.
330330
=========== ==============================================================
331331

332332
.. tabularcolumns:: | l J |
333-
.. table:: Defined values for the ``max-speed`` Property
333+
.. table:: Defined values for the ``phy-connection-type`` Property
334334

335335
===================================== ============
336336
Connection type Value

0 commit comments

Comments
 (0)