arm: add basic support for Mediatek MT6589 boards
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 12 May 2014 23:06:13 +0000 (01:06 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 22 Jul 2014 15:52:37 +0000 (17:52 +0200)
commitf682a21854166d66e67606283dffd8d9fe31dbee
tree2e07eb052734bbafb310b2908a26c2a22b6b61aa
parent7171511eaec5bf23fb06078f59784a3a0626b38f
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>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/boot/dts/mt6589.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig [new file with mode: 0644]
arch/arm/mach-mediatek/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mediatek.c [new file with mode: 0644]