All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] board: at91sam9261ek: convert to support DM and DT
@ 2017-02-27  3:29 Wenyou Yang
  2017-02-27  3:29 ` [U-Boot] [PATCH 1/2] ARM: dts: at91: add dts files for at91sam9261ek Wenyou Yang
  2017-02-27  3:29 ` [U-Boot] [PATCH 2/2] board: at91sam9261ek: update for DT and DM support Wenyou Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Wenyou Yang @ 2017-02-27  3:29 UTC (permalink / raw)
  To: u-boot

The purpose of the patch set is to convert the board to support
the Driver Model and the Device Tree.


Wenyou Yang (2):
  ARM: dts: at91: add dts files for at91sam9261ek
  board: at91sam9261ek: update for DT and DM support

 arch/arm/dts/Makefile                         |   2 +
 arch/arm/dts/at91sam9261.dtsi                 | 136 +++++++++--------
 arch/arm/dts/at91sam9261ek.dts                | 211 ++++++++++++++++++++++++++
 configs/at91sam9261ek_dataflash_cs0_defconfig |  13 +-
 configs/at91sam9261ek_dataflash_cs3_defconfig |  13 +-
 configs/at91sam9261ek_nandflash_defconfig     |  13 +-
 configs/at91sam9g10ek_dataflash_cs0_defconfig |  13 +-
 configs/at91sam9g10ek_dataflash_cs3_defconfig |  13 +-
 configs/at91sam9g10ek_nandflash_defconfig     |  13 +-
 include/configs/at91sam9261ek.h               |   4 -
 10 files changed, 349 insertions(+), 82 deletions(-)
 create mode 100644 arch/arm/dts/at91sam9261ek.dts

-- 
2.11.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-27  3:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27  3:29 [U-Boot] [PATCH 0/2] board: at91sam9261ek: convert to support DM and DT Wenyou Yang
2017-02-27  3:29 ` [U-Boot] [PATCH 1/2] ARM: dts: at91: add dts files for at91sam9261ek Wenyou Yang
2017-02-27  3:29 ` [U-Boot] [PATCH 2/2] board: at91sam9261ek: update for DT and DM support Wenyou Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.