]> git.baikalelectronics.ru Git - uboot.git/commit
board: at91sam9261ek: Update to support DT and DM
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>
Fri, 21 Jul 2017 05:28:40 +0000 (13:28 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 5 Aug 2017 00:38:35 +0000 (20:38 -0400)
commita32937de1f21742a7d9bd69bd6b4e58a966ffea8
tree0367d08f7f17a9c4cb0841c4b769b3ed70276ebf
parent61eadf95a21be23ecba13eea5ca90e41168389b2
board: at91sam9261ek: Update to support DT and DM

Add the dts files to support deivce tree, update the configuration
files to support the device tree and driver model. The peripheral
clock and pins configuration are handled by the clock and the pinctrl
drivers respectively.

Enable the early debug UART to debug problems when an ICE or other
debug mechanism is not available.

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/at91sam9261.dtsi
arch/arm/dts/at91sam9261ek.dts [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/atmel/at91sam9261ek/Makefile
board/atmel/at91sam9261ek/at91sam9261ek.c
configs/at91sam9261ek_dataflash_cs0_defconfig
configs/at91sam9261ek_dataflash_cs3_defconfig
configs/at91sam9261ek_nandflash_defconfig
configs/at91sam9g10ek_dataflash_cs0_defconfig
configs/at91sam9g10ek_dataflash_cs3_defconfig
configs/at91sam9g10ek_nandflash_defconfig
include/configs/at91sam9261ek.h