]> git.sur5r.net Git - u-boot/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)
commit15fde737fc1dd1b796903dd33989defff3598f19
tree14d18db8472b00d5fd5eab52dd4f01e40de23cd3
parent4c8a9f2311cb45f1c6a1ec2dfa4b5cc2d6f4b4b4
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