summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/mt2701.dtsi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: dts: mt2701: Use real clock for UARTsErin Lo2016-11-111-10/+8
| | | | | | | | | We used to use a fixed rate clock for the UARTs. Now that we have clock support we can associate the correct clocks to the UARTs and drop the 26MHz fixed rate UART clock. Signed-off-by: Erin Lo <erin.lo@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm: dts: mt2701: Add clock controller device nodesJames Liao2016-11-111-0/+42
| | | | | | | | | | Add clock controller nodes for MT2701, include topckgen, infracfg, pericfg and apmixedsys. This patch also add two oscillators that provide clocks for MT2701. Signed-off-by: James Liao <jamesjj.liao@mediatek.com> Signed-off-by: Erin Lo <erin.lo@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm: dts: Add pinctrl/GPIO/EINT node for mt2701Biao Huang2016-04-131-0/+19
| | | | | | | | Add pinctrl and GPIO node to mt2701.dtsi Signed-off-by: Biao Huang <biao.huang@mediatek.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* Revert "arm: dts: Add pinctrl/GPIO/EINT node for mt2701"Arnd Bergmann2016-02-281-19/+0
| | | | | | | | | | | | | This reverts commit 8ba671efdbe5be3e5d691a8b7f77b0d68459b874. As reported by kbuild test robot <fengguang.wu@intel.com>: In file included from arch/arm/boot/dts/mt2701-evb.dts:16:0: >> arch/arm/boot/dts/mt2701.dtsi:18:28: fatal error: mt2701-pinfunc.h: No such file or directory #include "mt2701-pinfunc.h" ^ Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* arm: dts: Add pinctrl/GPIO/EINT node for mt2701Biao Huang2016-02-111-0/+19
| | | | | | | | Add pinctrl and GPIO node to mt2701.dtsi Signed-off-by: Biao Huang <biao.huang@mediatek.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: dts: mt2701: enable basic SMP bringup for mt2701Louis Yu2016-02-111-0/+12
| | | | | | | Add enable method to support SMP. Signed-off-by: Louis Yu <louis.yu@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: dts: mediatek: add MT2701 basic supportErin Lo2015-11-201-0/+146
This adds basic chip support for Mediatek 2701. Signed-off-by: Erin Lo <erin.lo@mediatek.com> [matthias.bgg@gmail.com: Fixed reg address of mt2701-timer] Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>