]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit778e4ab49f69c8d8344c88c673707fcbb02ce71e
tree41c205db419d54da60ab75de914c0224d187595c
parentd55e2383ba0a0699749419ae85a20b11ba151949
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]