projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a61da
)
ARM: socfpga: Enable DM ethernet on A10
author
Marek Vasut
<marex@denx.de>
Mon, 13 Aug 2018 19:02:54 +0000
(21:02 +0200)
committer
Marek Vasut
<marex@denx.de>
Mon, 13 Aug 2018 20:35:42 +0000
(22:35 +0200)
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@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
configs/socfpga_arria10_defconfig
patch
|
blob
|
history
diff --git
a/configs/socfpga_arria10_defconfig
b/configs/socfpga_arria10_defconfig
index
4278bd0
..
2fc9e6b
100644
(file)
--- 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