|
@@ -968,6 +968,9 @@ static void __gfar_detect_errata_85xx(struct gfar_private *priv)
|
|
|
|
|
|
if ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) == 0x20))
|
|
if ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) == 0x20))
|
|
priv->errata |= GFAR_ERRATA_12;
|
|
priv->errata |= GFAR_ERRATA_12;
|
|
|
|
+ if (((SVR_SOC_VER(svr) == SVR_P2020) && (SVR_REV(svr) < 0x20)) ||
|
|
|
|
+ ((SVR_SOC_VER(svr) == SVR_P2010) && (SVR_REV(svr) < 0x20)))
|
|
|
|
+ priv->errata |= GFAR_ERRATA_76; /* aka eTSEC 20 */
|
|
}
|
|
}
|
|
|
|
|
|
static void gfar_detect_errata(struct gfar_private *priv)
|
|
static void gfar_detect_errata(struct gfar_private *priv)
|