]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: sunxi: Support driver model for Ethernet
authorSimon Glass <sjg@chromium.org>
Sun, 5 Apr 2015 22:07:42 +0000 (16:07 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:28:33 +0000 (22:28 +0200)
commit720a87c71993eb0395b163832298e2af42211ac1
treed3be80790ed1c3587d3ae1b249ca69b0886848e4
parent2ae12425a3d6b07bb0757c74d334d846109b0774
dm: sunxi: Support driver model for Ethernet

Adjust the Ethernet initialisation code to support driver model.
It is no-longer necessary to call designware_initialize(). The device will
be probed when it is used. The PHY type and GMAC base will come from the
device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/sunxi/gmac.c