diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-05-12 19:06:13 -0400 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2014-07-22 11:52:37 -0400 |
commit | f682a21854166d66e67606283dffd8d9fe31dbee (patch) | |
tree | 2e07eb052734bbafb310b2908a26c2a22b6b61aa /arch/arm/Makefile | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
arm: add basic support for Mediatek MT6589 boards
This adds a generic devicetree board file and a dtsi for boards
based on MT6589 SoCs from Mediatek.
Apart from the generic parts (gic, clocks) the only component
currently supported are the timers.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6721fab13734..1895de2ecc3c 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -172,6 +172,7 @@ machine-$(CONFIG_ARCH_MSM) += msm | |||
172 | machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 | 172 | machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 |
173 | machine-$(CONFIG_ARCH_MVEBU) += mvebu | 173 | machine-$(CONFIG_ARCH_MVEBU) += mvebu |
174 | machine-$(CONFIG_ARCH_MXC) += imx | 174 | machine-$(CONFIG_ARCH_MXC) += imx |
175 | machine-$(CONFIG_ARCH_MEDIATEK) += mediatek | ||
175 | machine-$(CONFIG_ARCH_MXS) += mxs | 176 | machine-$(CONFIG_ARCH_MXS) += mxs |
176 | machine-$(CONFIG_ARCH_NETX) += netx | 177 | machine-$(CONFIG_ARCH_NETX) += netx |
177 | machine-$(CONFIG_ARCH_NOMADIK) += nomadik | 178 | machine-$(CONFIG_ARCH_NOMADIK) += nomadik |