commit | dce7f90ba50ca882e5220f961181e32611acbdd3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 05 16:07:42 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:37 2015 -0600 |
tree | 1b4fe6a9fcddb9695376b92a227b92580f9943a1 | |
parent | 90e627b46bc48c46c0896bd37764fbcab6c5135a [diff] |
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>