[U-Boot] [PATCH 0/3] board: at91sam9rlek: convert to support DM and DT

Wenyou Yang wenyou.yang at atmel.com
Mon Feb 27 02:20:01 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 at91sam9rlek
  configs: at91sam9rlek: update for DT and DM support
  board: at91sam9rlek: clean up code

 arch/arm/dts/Makefile                    |    2 +
 arch/arm/dts/at91sam9rl.dtsi             | 1124 ++++++++++++++++++++++++++++++
 arch/arm/dts/at91sam9rlek.dts            |  237 +++++++
 board/atmel/at91sam9rlek/at91sam9rlek.c  |   18 -
 configs/at91sam9rlek_dataflash_defconfig |   14 +-
 configs/at91sam9rlek_mmc_defconfig       |   14 +-
 configs/at91sam9rlek_nandflash_defconfig |   14 +-
 include/configs/at91sam9rlek.h           |    8 -
 8 files changed, 1402 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/dts/at91sam9rl.dtsi
 create mode 100644 arch/arm/dts/at91sam9rlek.dts

-- 
2.11.0



More information about the U-Boot mailing list