From de8203653f80eb77dc446dd3c67de2269ed03516 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 10 May 2017 12:01:02 -0400 Subject: ti816x: Enable ethernet support The ti816x SoC revision of the ethernet IP block is handled by the "davinci_emac" driver, rather than the "cpsw" driver as done by later members of the family. Enable the relevant plumbing. Signed-off-by: Sriramakrishnan Signed-off-by: Vitaly Wool Signed-off-by: Tom Rini --- drivers/net/davinci_emac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/net/davinci_emac.h') diff --git a/drivers/net/davinci_emac.h b/drivers/net/davinci_emac.h index 13cd68f040..e2ed54bac5 100644 --- a/drivers/net/davinci_emac.h +++ b/drivers/net/davinci_emac.h @@ -40,6 +40,8 @@ /* MII Status Register */ #define MII_STATUS_REG 1 +/* PHY Configuration register */ +#define PHY_CONF_TXCLKEN (1 << 5) /* Number of statistics registers */ #define EMAC_NUM_STATS 36 -- cgit