[U-Boot] [PATCH] ARM: socfpga: Enable DM ethernet on A10

Marek Vasut marex at denx.de
Mon Aug 13 19:04:30 UTC 2018


Enable DM ethernet framework on Arria10, so that the designware GMAC
can be probed from DT as it should be.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Chin Liang See <chin.liang.see at intel.com>
Cc: Dinh Nguyen <dinguyen at kernel.org>
Cc: Ley Foon Tan <ley.foon.tan at intel.com>
---
 configs/socfpga_arria10_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig
index 4278bd06c8..2fc9e6bb1a 100644
--- a/configs/socfpga_arria10_defconfig
+++ b/configs/socfpga_arria10_defconfig
@@ -34,5 +34,7 @@ CONFIG_DWAPB_GPIO=y
 CONFIG_DM_MMC=y
 CONFIG_MTD_DEVICE=y
 CONFIG_MTD_PARTITIONS=y
+CONFIG_DM_ETH=y
+CONFIG_ETH_DESIGNWARE=y
 CONFIG_SPI=y
 CONFIG_USE_TINY_PRINTF=y
-- 
2.16.2



More information about the U-Boot mailing list