[U-Boot] [PATCH 0/3] board: at91sam9263ek: convert to support DM and DT
Wenyou Yang
wenyou.yang at atmel.com
Mon Feb 27 05:22:11 UTC 2017
The purpose of the patch set is to convert the board to support
the Driver Model and the Device Tree.
Wenyou Yang (3):
ARM: dts: at91: add dts files for at91sam9263ek
configs: at91sam9263ek: update for DT and DM support
board: at91sam9263ek: clean up code
arch/arm/dts/Makefile | 2 +
arch/arm/dts/at91sam9263.dtsi | 185 +++++++++++----------
arch/arm/dts/at91sam9263ek.dts | 227 ++++++++++++++++++++++++++
board/atmel/at91sam9263ek/at91sam9263ek.c | 58 -------
configs/at91sam9263ek_dataflash_cs0_defconfig | 16 +-
configs/at91sam9263ek_dataflash_defconfig | 16 +-
configs/at91sam9263ek_nandflash_defconfig | 16 +-
configs/at91sam9263ek_norflash_boot_defconfig | 16 +-
configs/at91sam9263ek_norflash_defconfig | 16 +-
include/configs/at91sam9263ek.h | 10 --
10 files changed, 400 insertions(+), 162 deletions(-)
create mode 100644 arch/arm/dts/at91sam9263ek.dts
--
2.11.0
More information about the U-Boot
mailing list