]> git.ipfire.org Git - people/ms/u-boot.git/commit
ti816x: Enable ethernet support
authorTom Rini <trini@konsulko.com>
Wed, 10 May 2017 16:01:02 +0000 (12:01 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jun 2017 15:43:39 +0000 (11:43 -0400)
commitde8203653f80eb77dc446dd3c67de2269ed03516
tree3bb7486db5d2a2c863d4c11b08f5c7145545d903
parent08546df976b79b1694af3ff12b26baf2931f371a
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 <srk@ti.com>
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/arch-am33xx/emac_defs.h [new file with mode: 0644]
arch/arm/include/asm/arch-am33xx/hardware_ti816x.h
board/ti/ti816x/evm.c
configs/ti816x_evm_defconfig
drivers/net/davinci_emac.c
drivers/net/davinci_emac.h
include/configs/ti816x_evm.h