public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] device model bringup of am437x platform on gp-evm and sk-evm
@ 2015-09-28 10:47 Mugunthan V N
  2015-09-28 10:47 ` [U-Boot] [PATCH 1/6] drivers: serial: serial_omap: populate default clock frequency when not found in dt Mugunthan V N
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Mugunthan V N @ 2015-09-28 10:47 UTC (permalink / raw)
  To: u-boot

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 at 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

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

end of thread, other threads:[~2015-10-22 21:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 10:47 [U-Boot] [PATCH 0/6] device model bringup of am437x platform on gp-evm and sk-evm Mugunthan V N
2015-09-28 10:47 ` [U-Boot] [PATCH 1/6] drivers: serial: serial_omap: populate default clock frequency when not found in dt Mugunthan V N
2015-09-28 10:51   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 2/6] drivers: serial: serial_omap: add comaptibles for all ti platforms Mugunthan V N
2015-09-28 10:52   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 3/6] am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL Mugunthan V N
2015-09-28 10:55   ` Lokesh Vutla
2015-09-28 11:07     ` Mugunthan V N
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 4/6] am43xx_evm: mmc: do not define DM_MMC for spl Mugunthan V N
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 5/6] am437x: Add am437x_gp_evm_defconfig using CONFIG_DM Mugunthan V N
2015-09-28 11:08   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 6/6] am437x: Add am437x_sk_evm_defconfig " Mugunthan V N
2015-09-28 11:08   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox