summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mediatek
Commit message (Collapse)AuthorAgeFilesLines
* mediatek: Drop dm.h header fileSimon Glass2020-08-031-1/+1
| | | | | | | This header file should not be included in other header files. Remove it and use a forward declaration instead. Signed-off-by: Simon Glass <sjg@chromium.org>
* reset: MedaiTek: add reset controller driver for MediaTek SoCsWeijie Gao2019-01-141-0/+13
| | | | | | | This patch adds reset controller driver for MediaTek SoCs. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
* pinctrl: MediaTek: add pinctrl driver for MT7629 SoCRyder Lee2018-11-281-0/+9
| | | | | | | | | | | | | | This patch adds pinctrl support for MT7629 SoC. The IO core found on the SoC has the registers for pinctrl, pinconf and gpio mixed up in the same register range. Hence the driver also implements the gpio functionality through UCLASS_GPIO. This also creates a common file as there might be other chips that use the same binding and driver, then being a little more abstract could help in the long run. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* arm: MediaTek: add basic support for MT7629 boardsRyder Lee2018-11-281-0/+17
This adds a general board file based on MT7629 SoCs from MediaTek. Apart from the generic parts (cpu) we add some low level init codes and initialize the early clocks. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> Reviewed-by: Simon Glass <sjg@chromium.org>