commit | 23eada9ef1a3e67d492f87e9a01f492ea0d926bf | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Thu Mar 23 14:26:25 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue May 09 12:14:15 2017 -0600 |
tree | 822e743b74be97a657408949525eb2cdc74a1861 | |
parent | 69b73012d21cfbacf6dfcefb835bca67615ab833 [diff] |
board: sama5d2_xplained: clean up macb init code Because the MACB driver supports the driver model and device tree, the pins configuration and clock enabling are handled by the pinctrl driver and clock driver, remove this hardcoded init code. The USB Ether init code is removed as well. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>