[U-Boot] [PATCH 0/6] device model bringup of am437x platform on gp-evm and sk-evm

Mugunthan V N mugunthanvnm at ti.com
Mon Sep 28 12:47:46 CEST 2015


This patch series enables Driver Model and Devitree usage for
AM437x platforma and tested it on AM437x-GP-EVM and AM437x-SK-EVM
(Loga [1]). Also pushed a branch [2] for referrence.

This patch series depends on [3] (MMC DM patch series).

[1]: http://pastebin.ubuntu.com/12601487/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git am437x-dm
[3]: https://www.mail-archive.com/u-boot@lists.denx.de/msg186964.html

Mugunthan V N (6):
  drivers: serial: serial_omap: populate default clock frequency when
    not found in dt
  drivers: serial: serial_omap: add comaptibles for all ti platforms
  am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL
  am43xx_evm: mmc: do not define DM_MMC for spl
  am437x: Add am437x_gp_evm_defconfig using CONFIG_DM
  am437x: Add am437x_sk_evm_defconfig using CONFIG_DM

 arch/arm/dts/Makefile                |   1 +
 arch/arm/dts/am4372.dtsi             | 999 +++++++++++++++++++++++++++++++++++
 arch/arm/dts/am437x-gp-evm.dts       | 797 ++++++++++++++++++++++++++++
 arch/arm/dts/am437x-sk-evm.dts       | 704 ++++++++++++++++++++++++
 arch/arm/dts/am43xx-clocks.dtsi      | 757 ++++++++++++++++++++++++++
 configs/am437x_gp_evm_defconfig      |  17 +
 configs/am437x_sk_evm_defconfig      |  17 +
 drivers/serial/serial_omap.c         |   8 +-
 include/configs/am43xx_evm.h         |  14 +-
 include/dt-bindings/pinctrl/am43xx.h |  33 ++
 include/dt-bindings/pwm/pwm.h        |  14 +
 11 files changed, 3359 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/dts/am4372.dtsi
 create mode 100644 arch/arm/dts/am437x-gp-evm.dts
 create mode 100644 arch/arm/dts/am437x-sk-evm.dts
 create mode 100644 arch/arm/dts/am43xx-clocks.dtsi
 create mode 100644 configs/am437x_gp_evm_defconfig
 create mode 100644 configs/am437x_sk_evm_defconfig
 create mode 100644 include/dt-bindings/pinctrl/am43xx.h
 create mode 100644 include/dt-bindings/pwm/pwm.h

-- 
2.6.0.rc2.10.gf4d9753



More information about the U-Boot mailing list