diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-19 10:57:35 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-19 10:57:35 -0800 |
commit | e2a77c7ce479b871002410bd51a81e74c9f24260 (patch) | |
tree | 3cd8710d838250138570fe6009876f9161c12236 /arch/arm/boot/dts/Makefile | |
parent | 86d377dbb5d5fcea20879d16fb282b23f8726b9d (diff) | |
parent | 7d76d03b9be8ea8977df45176336cc4fec6ac603 (diff) | |
download | blackbird-op-linux-e2a77c7ce479b871002410bd51a81e74c9f24260.tar.gz blackbird-op-linux-e2a77c7ce479b871002410bd51a81e74c9f24260.zip |
Merge tag 'atlas7-init-dts-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux into next/dt
Merge "CSR atlas7 init dts for 3.20" from Barry Song:
Drop Marco and add init dts stuff for Atlas7
CSR Marco SoC has never shipped to customers that could be interested
in mainline support. and new Atlas7 is a replacement SoC that is in
development.
So we drop Marco dts stuff, and add dts stuff for Atlas7.
* tag 'atlas7-init-dts-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux:
ARM: dts: add init dts file for CSR atlas7 SoC
ARM: dts: drop MARCO platform DT stuff
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 43ae1918c1f5..311691b4a846 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -53,6 +53,8 @@ dtb-$(CONFIG_ARCH_AT91) += at91-sama5d4ek.dtb dtb-$(CONFIG_ARCH_ATLAS6) += \ atlas6-evb.dtb +dtb-$(CONFIG_ARCH_ATLAS7) += \ + atlas7-evb.dtb dtb-$(CONFIG_ARCH_AXXIA) += \ axm5516-amarillo.dtb dtb-$(CONFIG_ARCH_BCM2835) += \ @@ -195,8 +197,6 @@ dtb-$(CONFIG_MACH_KIRKWOOD) += \ kirkwood-ts419-6282.dtb dtb-$(CONFIG_ARCH_LPC32XX) += \ ea3250.dtb phy3250.dtb -dtb-$(CONFIG_ARCH_MARCO) += \ - marco-evb.dtb dtb-$(CONFIG_MACH_MESON6) += \ meson6-atv1200.dtb dtb-$(CONFIG_ARCH_MMP) += \ |