aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-09-21 01:53:18 -0400
committerOlof Johansson <olof@lixom.net>2012-09-21 01:54:07 -0400
commit5ae8d15f686f93d2ac60a7b16d8ddfbfdfc7c00f (patch)
tree4fd7a93ded75199748764b0e451e5751393e85b9 /arch/arm/boot/dts/Makefile
parentb612a85792192b70e6497619521772c38ace758e (diff)
parent617276307cd4cdb9a95c77efaa3063695af63aa7 (diff)
Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatform
Enable initial ARM multi-platform support for highbank, mvebu, socfpga, picoxcell, and vexpress. Multi-platform support is dependent on mach/gpio.h removal and restructuring of DEBUG_LL and dtb build rules included in this branch. This has been built for all defconfigs, and booted on highbank with all 5 platforms enabled. By Rob Herring (18) and Arnd Bergmann (1) via Rob Herring * tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux: ARM: vexpress: convert to multi-platform ARM: initial multiplatform support ARM: mvebu: move armada-370-xp.h in mach dir ARM: vexpress: remove dependency on mach/* headers ARM: picoxcell: remove dependency on mach/* headers ARM: move all dtb targets out of Makefile.boot ARM: picoxcell: move debug macros to include/debug ARM: socfpga: move debug macros to include/debug ARM: mvebu: move debug macros to include/debug ARM: vexpress: move debug macros to include/debug ARM: highbank: move debug macros to include/debug ARM: move debug macros to common location ARM: make mach/gpio.h headers optional ARM: orion: move custom gpio functions to orion-gpio.h ARM: shmobile: move custom gpio functions to sh-gpio.h ARM: pxa: use gpio_to_irq for sharppm_sl net: pxaficp_ir: add irq resources usb: pxa27x_udc: remove IRQ_USB define staging: ste_rmi4: remove gpio.h include Conflicts due to addition of bcm2835 and removal of pnx4008 in: arch/arm/Kconfig arch/arm/Makefile Conflicts due to new dtb targets, moved to arch/arm/boot/dts/Makefile in: arch/arm/mach-imx/Makefile.boot arch/arm/mach-mxs/Makefile.boot arch/arm/mach-tegra/Makefile.boot Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile84
1 files changed, 84 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
new file mode 100644
index 000000000000..eda7b557c528
--- /dev/null
+++ b/arch/arm/boot/dts/Makefile
@@ -0,0 +1,84 @@
1ifeq ($(CONFIG_OF),y)
2
3dtb-$(CONFIG_ARCH_AT91) += aks-cdu.dtb \
4 at91sam9263ek.dtb \
5 at91sam9g20ek_2mmc.dtb \
6 at91sam9g20ek.dtb \
7 at91sam9g25ek.dtb \
8 at91sam9m10g45ek.dtb \
9 at91sam9n12ek.dtb \
10 ethernut5.dtb \
11 evk-pro3.dtb \
12 kizbox.dtb \
13 tny_a9260.dtb \
14 tny_a9263.dtb \
15 tny_a9g20.dtb \
16 usb_a9260.dtb \
17 usb_a9263.dtb \
18 usb_a9g20.dtb
19dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \
20 exynos4210-smdkv310.dtb \
21 exynos5250-smdk5250.dtb
22dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb
23dtb-$(CONFIG_ARCH_IMX5) += imx51-babbage.dtb \
24 imx53-ard.dtb \
25 imx53-evk.dtb \
26 imx53-qsb.dtb \
27 imx53-smd.dtb
28dtb-$(CONFIG_SOC_IMX6Q) += imx6q-arm2.dtb \
29 imx6q-sabrelite.dtb \
30 imx6q-sabresd.dtb
31dtb-$(CONFIG_ARCH_LPC32XX) += ea3250.dtb phy3250.dtb
32dtb-$(CONFIG_ARCH_KIRKWOOD) += kirkwood-dns320.dtb \
33 kirkwood-dns325.dtb \
34 kirkwood-dreamplug.dtb \
35 kirkwood-goflexnet.dtb \
36 kirkwood-ib62x0.dtb \
37 kirkwood-iconnect.dtb \
38 kirkwood-lschlv2.dtb \
39 kirkwood-lsxhl.dtb \
40 kirkwood-ts219-6281.dtb \
41 kirkwood-ts219-6282.dtb
42dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \
43 armada-xp-db.dtb
44dtb-$(CONFIG_ARCH_MXC) += imx51-babbage.dtb \
45 imx53-ard.dtb \
46 imx53-evk.dtb \
47 imx53-qsb.dtb \
48 imx53-smd.dtb \
49 imx6q-arm2.dtb \
50 imx6q-sabrelite.dtb \
51 imx6q-sabresd.dtb
52dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
53 imx23-olinuxino.dtb \
54 imx23-stmp378x_devb.dtb \
55 imx28-apx4devkit.dtb \
56 imx28-cfa10036.dtb \
57 imx28-cfa10049.dtb \
58 imx28-evk.dtb \
59 imx28-m28evk.dtb \
60 imx28-tx28.dtb
61dtb-$(CONFIG_ARCH_U8500) += snowball.dtb
62dtb-$(CONFIG_ARCH_SPEAR13XX) += spear1310-evb.dtb \
63 spear1340-evb.dtb
64dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \
65 spear310-evb.dtb \
66 spear320-evb.dtb
67dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb
68dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
69 tegra20-medcom-wide.dtb \
70 tegra20-paz00.dtb \
71 tegra20-plutux.dtb \
72 tegra20-seaboard.dtb \
73 tegra20-tec.dtb \
74 tegra20-trimslice.dtb \
75 tegra20-ventana.dtb \
76 tegra20-whistler.dtb \
77 tegra30-cardhu-a02.dtb \
78 tegra30-cardhu-a04.dtb
79dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \
80 vexpress-v2p-ca9.dtb \
81 vexpress-v2p-ca15-tc1.dtb \
82 vexpress-v2p-ca15_a7.dtb
83
84endif