summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-04-17 13:09:45 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-10 00:35:38 (GMT)
commit15fde737fc1dd1b796903dd33989defff3598f19 (patch)
tree14d18db8472b00d5fd5eab52dd4f01e40de23cd3 /arch
parent4c8a9f2311cb45f1c6a1ec2dfa4b5cc2d6f4b4b4 (diff)
downloadu-boot-fsl-qoriq-15fde737fc1dd1b796903dd33989defff3598f19.tar.xz
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
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 6b9d6fb..5ccd63d 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -373,6 +373,10 @@ dtb-$(CONFIG_TARGET_AT91SAM9X5EK) += \
dtb-$(CONFIG_TARGET_AT91SAM9N12EK) += at91sam9n12ek.dtb
+dtb-$(CONFIG_TARGET_OMAP3_LOGIC) += \
+ logicpd-torpedo-37xx-devkit.dtb \
+ logicpd-som-lv-37xx-devkit.dts
+
dtb-$(CONFIG_TARGET_SAMA5D2_XPLAINED) += \
at91-sama5d2_xplained.dtb