ARM: MediaTek: Add support for MediaTek MT8512 SoC
authormingming lee <mingming.lee@mediatek.com>
Tue, 31 Dec 2019 03:29:19 +0000 (11:29 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commit953bb4c3ce026395a2a4b9fb5e1fda79cde2fd97
tree647d13c9cac927987abe913af5f0481b82a4093f
parent0c0859cf2dae59932774c8034c8228d1b80368f1
ARM: MediaTek: Add support for MediaTek MT8512 SoC

Add support for MediaTek MT8512 SoC. This include the file
that will initialize the SoC after boot and its device tree.

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
arch/arm/dts/mt8512.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt8512/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt8512/init.c [new file with mode: 0644]
arch/arm/mach-mediatek/mt8512/lowlevel_init.S [new file with mode: 0644]