diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2016-08-16 09:49:50 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-06 17:18:19 (GMT) |
commit | cfe255611ce183187a3de5ef6fed246bdea7b044 (patch) | |
tree | 02acd5004f2391cdef06b1b7798becae50eda80c /arch/arm/include | |
parent | 677b53580d5d86ca65737497829d581544ae71bf (diff) | |
download | u-boot-cfe255611ce183187a3de5ef6fed246bdea7b044.tar.xz |
meson: odroid-c2: enable Ethernet support through the device tree
Remove the device definition from board file, update the driver with
the new compatible property and update config with necessary options.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-meson/gxbb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-meson/gxbb.h b/arch/arm/include/asm/arch-meson/gxbb.h index f90f632..ce41349 100644 --- a/arch/arm/include/asm/arch-meson/gxbb.h +++ b/arch/arm/include/asm/arch-meson/gxbb.h @@ -20,9 +20,6 @@ #define GXBB_GPIO_IN(n) GXBB_PERIPHS_ADDR(_GXBB_GPIO_OFF(n) + 1) #define GXBB_GPIO_OUT(n) GXBB_PERIPHS_ADDR(_GXBB_GPIO_OFF(n) + 2) -/* Pinmux registers 0 to 12 */ -#define GXBB_PINMUX(n) GXBB_PERIPHS_ADDR(0x2c + (n)) - #define GXBB_ETH_REG_0 GXBB_PERIPHS_ADDR(0x50) #define GXBB_ETH_REG_1 GXBB_PERIPHS_ADDR(0x51) |