diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2016-08-16 11:49:50 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-06 13:18:19 -0400 |
commit | cfe255611ce183187a3de5ef6fed246bdea7b044 (patch) | |
tree | 02acd5004f2391cdef06b1b7798becae50eda80c /configs/odroid-c2_defconfig | |
parent | 677b53580d5d86ca65737497829d581544ae71bf (diff) | |
download | u-boot-cfe255611ce183187a3de5ef6fed246bdea7b044.tar.gz u-boot-cfe255611ce183187a3de5ef6fed246bdea7b044.tar.bz2 u-boot-cfe255611ce183187a3de5ef6fed246bdea7b044.zip |
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 'configs/odroid-c2_defconfig')
-rw-r--r-- | configs/odroid-c2_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index 808bbc2b89..3e9ef68204 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -14,6 +14,9 @@ CONFIG_HUSH_PARSER=y CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM_ETH=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_MESON_GXBB=y CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_MESON=y CONFIG_DEBUG_UART_BASE=0xc81004c0 |