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

Wenyou Yang wenyou.yang at atmel.com
Wed Feb 22 10:10:44 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 file for at91sam9g20/at91sam9260
  board: at91sam9g20ek/at91sam9260ek: move config options to defconfig
  board: at91sam9260ek: clean up code

 arch/arm/dts/Makefile                          |   5 +
 arch/arm/dts/at91sam9260.dtsi                  | 136 +++++++--------
 arch/arm/dts/at91sam9260ek.dts                 | 211 +++++++++++++++++++++++
 arch/arm/dts/at91sam9g20.dtsi                  |   4 +-
 arch/arm/dts/at91sam9g20ek.dts                 |  29 ++++
 arch/arm/dts/at91sam9g20ek_2mmc.dts            |  56 +++++++
 arch/arm/dts/at91sam9g20ek_common.dtsi         | 223 +++++++++++++++++++++++++
 board/atmel/at91sam9260ek/at91sam9260ek.c      |  73 --------
 configs/at91sam9260ek_dataflash_cs0_defconfig  |  15 +-
 configs/at91sam9260ek_dataflash_cs1_defconfig  |  15 +-
 configs/at91sam9260ek_nandflash_defconfig      |  15 +-
 configs/at91sam9g20ek_2mmc_defconfig           |  16 +-
 configs/at91sam9g20ek_2mmc_nandflash_defconfig |  16 +-
 configs/at91sam9g20ek_dataflash_cs0_defconfig  |  15 +-
 configs/at91sam9g20ek_dataflash_cs1_defconfig  |  15 +-
 configs/at91sam9g20ek_nandflash_defconfig      |  16 +-
 include/configs/at91sam9260ek.h                |   9 -
 17 files changed, 705 insertions(+), 164 deletions(-)
 create mode 100644 arch/arm/dts/at91sam9260ek.dts
 create mode 100644 arch/arm/dts/at91sam9g20ek.dts
 create mode 100644 arch/arm/dts/at91sam9g20ek_2mmc.dts
 create mode 100644 arch/arm/dts/at91sam9g20ek_common.dtsi

-- 
2.11.0



More information about the U-Boot mailing list