]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: sama5d4_xplained: clean up code
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 13 Apr 2017 02:31:17 +0000 (10:31 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Apr 2017 20:44:52 +0000 (14:44 -0600)
commit3b93f852ca5ded9edca1939a5b78795f1df6fc92
tree01b65f7f56811416f4714bdab381ce3492e3251c
parent6dbadb4d95ee1590eb46bdd634c0b0cc3c693a7f
board: sama5d4_xplained: clean up code

Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
board/atmel/sama5d4_xplained/sama5d4_xplained.c