]> git.baikalelectronics.ru Git - uboot.git/commit
omap3_logic: Add Device Tree Support and more DM drivers
authorAdam Ford <aford173@gmail.com>
Mon, 17 Apr 2017 13:09:45 +0000 (08:09 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 10 May 2017 00:35:38 +0000 (20:35 -0400)
commit89cba82ae4ac76153ec884b465d62417edc65342
tree14d18db8472b00d5fd5eab52dd4f01e40de23cd3
parent0722531a4c4967c93221d1a5ff6c1351901953f8
omap3_logic: Add Device Tree Support and more DM drivers

This patch also removes all the excessive code for NS16550 intiailization
as the device tree can do that now.  This also adds DM_I2C and DM_MMC
since the overlying drivers have the built-in support already.  The
corresponding include/config/omap3_logic.h also reduced in size
due to the new device tree support.

Signed-off-by: Adam Ford <aford173@gmail.com>
Changes in V2:
  Retain Auto-detect ability between SOM-LV and Torpedo
  Split this off from the device sub submissions
arch/arm/dts/Makefile
board/logicpd/omap3som/README [new file with mode: 0644]
board/logicpd/omap3som/omap3logic.c
configs/omap3_logic_defconfig
include/configs/omap3_logic.h