[U-Boot] [PATCH 0/4] Add DT based ethernet driver for SMDK5250

Hatim Ali hatim.rv at samsung.com
Mon Nov 5 11:18:15 CET 2012


This patch series enables the DT support on SMDK5250.
Ethernet is the first driver whose discovery is based on DT node.
More DT based drivers to be added subsequently.

Hatim Ali (4):
  EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250
  fdt: exynos5: Add DT node definition for SROM and SMSC9215
  exynos5: Add DT based driver for SMSC92xx ethernet
  exynos5: fdt: Enable FDT for exynos5 based SMDK5250 board

 arch/arm/dts/exynos5250.dtsi              |   31 ++++++++
 arch/arm/include/asm/arch-exynos/sromc.h  |   18 +++++
 board/samsung/dts/exynos5250-smdk5250.dts |   29 +++++++
 board/samsung/smdk5250/smdk5250.c         |  115 +++++++++++++++++++++--------
 include/configs/smdk5250.h                |    6 ++
 include/fdtdec.h                          |    3 +
 lib/fdtdec.c                              |    3 +
 7 files changed, 175 insertions(+), 30 deletions(-)
 create mode 100644 arch/arm/dts/exynos5250.dtsi
 create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts

-- 
1.7.2.3



More information about the U-Boot mailing list