]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mediatek: add support for MediaTek MT7986 SoC
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 9 Sep 2022 11:59:09 +0000 (19:59 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2022 19:09:15 +0000 (15:09 -0400)
commitbb8db49e6478cca1f8e5a3404803eb934c42664c
tree3eea2f696bde49e62e5039917f22c4bdfecd4e72
parent73c6a4fe4e336a251b47f637a8f3945ada32ae67
arm: mediatek: add support for MediaTek MT7986 SoC

This patch adds basic support for MediaTek MT7986 SoC.
This include the file that will initialize the SoC after boot and its
device tree.

Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/arm/dts/mt7986-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/mt7986.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt7986/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt7986/init.c [new file with mode: 0644]
arch/arm/mach-mediatek/mt7986/lowlevel_init.S [new file with mode: 0644]