
6 Dec
2019
6 Dec
'19
8:08 p.m.
On Sat, Dec 07, 2019 at 12:02:18AM +0800, Sam Shih wrote:
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.dtsi | 191 +++++++++++++++++++++++++
I see u-boot, properties in this file. They belong in a -u-boot.dtsi file that will be automatically picked up, and this lets us keep the files otherwise unchanged from the Linux kernel we import them from. I may have missed this on other MediaTek platforms, sorry and if so please submit patches to correct that. Thanks!
--
Tom