ARM: MediaTek: Add support for MediaTek MT7622 SoC
authorSam Shih <sam.shih@mediatek.com>
Fri, 10 Jan 2020 08:30:26 +0000 (16:30 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commitac57e2b013ce88bcf124accc4c7c8f3429c3032c
tree5410c6cda0a8cf18b7ace504cae10dbba4d5d71a
parentce0069ed9599d6e42f89b272f618c305fad039e3
ARM: MediaTek: Add support for MediaTek MT7622 SoC

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

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Reviewed-by: Ryder Lee <ryder.lee@mediatek.com>
arch/arm/dts/mt7622-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/mt7622.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt7622/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt7622/init.c [new file with mode: 0644]