]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/at91sam9261ek_dataflash_cs3_defconfig
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)
commit324873e7c268338dd2ba84c1fab4340ab68a312c
tree0367d08f7f17a9c4cb0841c4b769b3ed70276ebf
parent2fcaa413b3f63f6671c90896df9a1bbd84390a4e
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