ARM: MediaTek: Add support for MT8516 SoC
authorFabien Parent <fparent@baylibre.com>
Sun, 24 Mar 2019 15:46:38 +0000 (16:46 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 23 Apr 2019 21:57:26 +0000 (17:57 -0400)
commitdef2fc05f6f47b883fa9de96275c0350bd31248e
tree41c205db419d54da60ab75de914c0224d187595c
parent6fdb50c098bae577312ab218eba8c9d0fd2df19e
ARM: MediaTek: Add support for MT8516 SoC

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

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/mt8516-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/mt8516.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt8516/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt8516/init.c [new file with mode: 0644]