board: sama5d2_xplained: clean up macb init code
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 23 Mar 2017 06:26:25 +0000 (14:26 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
commita66e4d00df3e0ff64dc65d9618204a91095c27bb
tree822e743b74be97a657408949525eb2cdc74a1861
parentd4ce9e7bbf91e6b5cd25c93eb165e54e66bbe1ad
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>
board/atmel/sama5d2_xplained/sama5d2_xplained.c