diff options
author | Mars Cheng <mars.cheng@mediatek.com> | 2015-07-14 09:07:09 +0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-07-18 01:22:42 +0300 |
commit | 7d4938c14d239768a2e0bdd94457f405e6d35555 (patch) | |
tree | e9553465657501af7519bcbc7dd746a7e1405223 /arch/arm/boot/dts/Makefile | |
parent | 69a462b9532c906441ccbec52b62e4a8b5f26271 (diff) | |
download | linux-7d4938c14d239768a2e0bdd94457f405e6d35555.tar.xz |
ARM: dts: mediatek: add mt6580 basic support
This adds basic chip support for Mediatek 6580.
Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 246473a244f6..919e7c633025 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -705,6 +705,7 @@ dtb-$(CONFIG_MACH_DOVE) += \ dove-dove-db.dtb \ dove-sbc-a510.dtb dtb-$(CONFIG_ARCH_MEDIATEK) += \ + mt6580-evbp1.dtb \ mt6589-aquaris5.dtb \ mt6592-evb.dtb \ mt8127-moose.dtb \ |