commit | 5b4c6f299c6d2176dd87d284acd3f58a955eb16a | [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 | 75577ba45a42420d91ccfd9b9ce4ea1298f507ef [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>