summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2016-08-16 11:49:50 +0200
committerTom Rini <trini@konsulko.com>2016-09-06 13:18:19 -0400
commitcfe255611ce183187a3de5ef6fed246bdea7b044 (patch)
tree02acd5004f2391cdef06b1b7798becae50eda80c /arch
parent677b53580d5d86ca65737497829d581544ae71bf (diff)
downloadu-boot-imx-cfe255611ce183187a3de5ef6fed246bdea7b044.zip
u-boot-imx-cfe255611ce183187a3de5ef6fed246bdea7b044.tar.gz
u-boot-imx-cfe255611ce183187a3de5ef6fed246bdea7b044.tar.bz2
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')
-rw-r--r--arch/arm/include/asm/arch-meson/gxbb.h3
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)