.. | .. |
---|
410 | 410 | The settings and programming routines for internal/external |
---|
411 | 411 | MDIO are different. Must be included for internal MDIO. |
---|
412 | 412 | |
---|
| 413 | +- fsl,erratum-a011043 |
---|
| 414 | + Usage: optional |
---|
| 415 | + Value type: <boolean> |
---|
| 416 | + Definition: Indicates the presence of the A011043 erratum |
---|
| 417 | + describing that the MDIO_CFG[MDIO_RD_ER] bit may be falsely |
---|
| 418 | + set when reading internal PCS registers. MDIO reads to |
---|
| 419 | + internal PCS registers may result in having the |
---|
| 420 | + MDIO_CFG[MDIO_RD_ER] bit set, even when there is no error and |
---|
| 421 | + read data (MDIO_DATA[MDIO_DATA]) is correct. |
---|
| 422 | + Software may get false read error when reading internal |
---|
| 423 | + PCS registers through MDIO. As a workaround, all internal |
---|
| 424 | + MDIO accesses should ignore the MDIO_CFG[MDIO_RD_ER] bit. |
---|
| 425 | + |
---|
413 | 426 | For internal PHY device on internal mdio bus, a PHY node should be created. |
---|
414 | 427 | See the definition of the PHY node in booting-without-of.txt for an |
---|
415 | 428 | example of how to define a PHY (Internal PHY has no interrupt line). |
---|