diff options
author | Mars Cheng <mars.cheng@mediatek.com> | 2015-07-14 09:58:13 +0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-07-23 20:55:55 +0300 |
commit | e26945245e414eff42ee1ffeaedf198911bf1d77 (patch) | |
tree | 5cba75c4b1b9d35d06573c7b1ab48fd5917efc10 /arch/arm64/boot/dts/mediatek/Makefile | |
parent | afc257bc9ac9c2f9055c9f9829322b3ff7574165 (diff) | |
download | linux-e26945245e414eff42ee1ffeaedf198911bf1d77.tar.xz |
arm64: dts: mediatek: add mt6795 support
This adds basic chip support for MT6795 SoC
Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/Makefile b/arch/arm64/boot/dts/mediatek/Makefile index 3ce24622b231..e0a4bff2fc17 100644 --- a/arch/arm64/boot/dts/mediatek/Makefile +++ b/arch/arm64/boot/dts/mediatek/Makefile @@ -1,3 +1,4 @@ +dtb-$(CONFIG_ARCH_MEDIATEK) += mt6795-evb.dtb dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-evb.dtb always := $(dtb-y) |