commit | b3c8f1710e721bbae66778fd1cd611075157a352 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Dec 31 11:29:19 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 16 09:39:45 2020 -0500 |
tree | 647d13c9cac927987abe913af5f0481b82a4093f | |
parent | d8f23303568313a0d408a258fd462d9dd9803c58 [diff] [blame] |
ARM: MediaTek: Add support for MediaTek MT8512 SoC Add support for MediaTek MT8512 SoC. This include the file that will initialize the SoC after boot and its device tree.
diff --git a/arch/arm/mach-mediatek/mt8512/Makefile b/arch/arm/mach-mediatek/mt8512/Makefile new file mode 100644 index 0000000..007eb4a --- /dev/null +++ b/arch/arm/mach-mediatek/mt8512/Makefile
@@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += init.o +obj-y += lowlevel_init.o