]> git.baikalelectronics.ru Git - uboot.git/commit
poplar: enable Ethernet driver support
authorShawn Guo <shawn.guo@linaro.org>
Wed, 20 Mar 2019 07:32:41 +0000 (15:32 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 23 Apr 2019 21:57:25 +0000 (17:57 -0400)
commit9f23dd1e6414cb8dea7079db642ca4d48dc9568b
treeb9102f7fd054f33cf5619af35e32bd579d844831
parent321420eb2f8386c99b0844a39e72767cf5abba9b
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>
arch/arm/dts/hi3798cv200-u-boot.dtsi
configs/poplar_defconfig