|
@@ -772,6 +772,7 @@ static int cpsw_init(struct eth_device *dev, bd_t *bis)
|
|
|
|
|
|
/* enable statistics collection only on the host port */
|
|
/* enable statistics collection only on the host port */
|
|
__raw_writel(BIT(priv->host_port), &priv->regs->stat_port_en);
|
|
__raw_writel(BIT(priv->host_port), &priv->regs->stat_port_en);
|
|
|
|
+ __raw_writel(0x7, &priv->regs->stat_port_en);
|
|
|
|
|
|
cpsw_ale_port_state(priv, priv->host_port, ALE_PORT_STATE_FORWARD);
|
|
cpsw_ale_port_state(priv, priv->host_port, ALE_PORT_STATE_FORWARD);
|
|
|
|
|