[U-Boot] [PATCH] board: at91sam9261ek: Update to support DT and DM
Simon Glass
sjg at chromium.org
Thu Aug 3 15:24:17 UTC 2017
On 20 July 2017 at 23:28, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> 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 at microchip.com>
> ---
>
> arch/arm/dts/Makefile | 2 +
> arch/arm/dts/at91sam9261.dtsi | 151 ++++++++++--------
> arch/arm/dts/at91sam9261ek.dts | 211 ++++++++++++++++++++++++++
> arch/arm/mach-at91/Kconfig | 1 +
> board/atmel/at91sam9261ek/Makefile | 2 +-
> board/atmel/at91sam9261ek/at91sam9261ek.c | 22 ++-
> configs/at91sam9261ek_dataflash_cs0_defconfig | 26 +++-
> configs/at91sam9261ek_dataflash_cs3_defconfig | 26 +++-
> configs/at91sam9261ek_nandflash_defconfig | 26 +++-
> configs/at91sam9g10ek_dataflash_cs0_defconfig | 26 +++-
> configs/at91sam9g10ek_dataflash_cs3_defconfig | 26 +++-
> configs/at91sam9g10ek_nandflash_defconfig | 26 +++-
> include/configs/at91sam9261ek.h | 50 ++----
> 13 files changed, 481 insertions(+), 114 deletions(-)
> create mode 100644 arch/arm/dts/at91sam9261ek.dts
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list