summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2019-03-20 10:32:41 +0300
committerTom Rini <trini@konsulko.com>2019-04-24 00:57:25 +0300
commit7c798a11d499dbf5c1c12eedec6bd7299b906b2b (patch)
treeb9102f7fd054f33cf5619af35e32bd579d844831 /configs
parent1d5b5d2f8f9591149bedf9887c34e7eb5398ca53 (diff)
downloadu-boot-7c798a11d499dbf5c1c12eedec6bd7299b906b2b.tar.xz
poplar: enable Ethernet driver support
The 'phy' reset of gmac device in kernel device tree is not generic enough for u-boot to use, so we need to overwrite the 'resets' property as needed. With this device tree fixup and poplar_defconfig changes, Ethernet starts working on Poplar board. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/poplar_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/poplar_defconfig b/configs/poplar_defconfig
index 81bd3702e4..76ab5eb70e 100644
--- a/configs/poplar_defconfig
+++ b/configs/poplar_defconfig
@@ -19,6 +19,9 @@ CONFIG_FASTBOOT_FLASH_MMC_DEV=0
CONFIG_DM_MMC=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_K3=y
+CONFIG_DM_ETH=y
+CONFIG_HIGMACV300_ETH=y
+CONFIG_RESET_HISILICON=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y