forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/net/fsl-fman.txt
....@@ -410,6 +410,19 @@
410410 The settings and programming routines for internal/external
411411 MDIO are different. Must be included for internal MDIO.
412412
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
+
413426 For internal PHY device on internal mdio bus, a PHY node should be created.
414427 See the definition of the PHY node in booting-without-of.txt for an
415428 example of how to define a PHY (Internal PHY has no interrupt line).