ARM: MediaTek: Add support for MediaTek MT8518 SoC
authormingming lee <mingming.lee@mediatek.com>
Thu, 7 Nov 2019 11:28:40 +0000 (19:28 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 3 Dec 2019 13:44:14 +0000 (08:44 -0500)
commit13e89d752200d5559dad29156a71aac689c5fa2e
tree28df2a700de12d3a5b03f85c416b027e06a219d4
parent42a4ee8a11bb230c81f27c14886cc2ee7ddf2c72
ARM: MediaTek: Add support for MediaTek MT8518 SoC

Add support for MediaTek MT8518 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/mt8518.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt8518/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt8518/init.c [new file with mode: 0644]
arch/arm/mach-mediatek/mt8518/lowlevel_init.S [new file with mode: 0644]