diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-04-15 21:35:22 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-04-15 21:41:13 +0200 |
commit | 30ecc84eea691cfb0b731d71839bdcba88df5f75 (patch) | |
tree | 831527106aaa10e5b13267275a843b50076fb4e5 /arch/arm/boot/dts/Makefile | |
parent | 9705feacb778d2aa8bb868e8a9ab40557f7f7043 (diff) | |
parent | 10709c0858d89716b10b7bbf6d825044f2f59602 (diff) | |
download | linux-30ecc84eea691cfb0b731d71839bdcba88df5f75.tar.gz linux-30ecc84eea691cfb0b731d71839bdcba88df5f75.tar.bz2 linux-30ecc84eea691cfb0b731d71839bdcba88df5f75.zip |
Merge branch 'omap/dt' into next/late
As pointed out by Stephen Rothwell, commit e52117638b79 ("ARM: dts:
omap3: Add DT entries for OMAP 3 ISP") conflicts with b8845074cfbb
("ARM: dts: omap3: add minimal l4 bus layout with control module support")
in non-obvious ways, causing a build failure when both patches
are present.
This merges the two branches that introduce the respective changes
into the next/late branch to resolve the way that Stephen suggested,
as confirmed by Tony.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.org/lkml/2015/4/6/436
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 8e7b9d55905d..fb1ee1c07021 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -388,6 +388,8 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ omap3-overo-storm-tobi.dtb \ omap3-overo-summit.dtb \ omap3-overo-tobi.dtb \ + omap3-pandora-600mhz.dtb \ + omap3-pandora-1ghz.dtb \ omap3-sbc-t3517.dtb \ omap3-sbc-t3530.dtb \ omap3-sbc-t3730.dtb \ @@ -403,7 +405,8 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-evmsk.dtb \ am335x-nano.dtb \ am335x-pepper.dtb \ - am335x-lxm.dtb + am335x-lxm.dtb \ + am335x-chiliboard.dtb dtb-$(CONFIG_ARCH_OMAP4) += \ omap4-duovero-parlor.dtb \ omap4-panda.dtb \ |