
16 Apr
2017
16 Apr
'17
9:31 p.m.
On 12 April 2017 at 03:18, Wenyou Yang wenyou.yang@atmel.com wrote:
Update the configuration files to support the device tree and driver model. The device clock and pins configuration are handled by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
Changes in v2:
- Add converting UART to support DM_SERIAL and used in the board_init_f stage.
- Remove unused LED feature.
- Improve the commit log.
board/atmel/at91sam9rlek/Makefile | 2 +- configs/at91sam9rlek_dataflash_defconfig | 16 +++++++++++++++- configs/at91sam9rlek_mmc_defconfig | 16 +++++++++++++++- configs/at91sam9rlek_nandflash_defconfig | 16 +++++++++++++++- include/configs/at91sam9rlek.h | 22 +--------------------- 5 files changed, 47 insertions(+), 25 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org