Re: [PATCH 02/31] arm: mediatek: add support for MediaTek MT7981 SoC

2022-08-08 Thread Simon Glass
Hi Weijie, On Sun, 7 Aug 2022 at 20:17, Weijie Gao wrote: > > On Thu, 2022-08-04 at 07:57 -0600, Simon Glass wrote: > > Hi Weijie, > > > > On Wed, 3 Aug 2022 at 21:35, Weijie Gao > > wrote: > > > > > > This patch adds basic support for MediaTek MT7981 SoC. > > > This include the file that will i

Re: [PATCH 02/31] arm: mediatek: add support for MediaTek MT7981 SoC

2022-08-07 Thread Weijie Gao
On Thu, 2022-08-04 at 07:57 -0600, Simon Glass wrote: > Hi Weijie, > > On Wed, 3 Aug 2022 at 21:35, Weijie Gao > wrote: > > > > This patch adds basic support for MediaTek MT7981 SoC. > > This include the file that will initialize the SoC after boot and > > its > > device tree. > > > > Signed-of

Re: [PATCH 02/31] arm: mediatek: add support for MediaTek MT7981 SoC

2022-08-04 Thread Simon Glass
Hi Weijie, On Wed, 3 Aug 2022 at 21:35, Weijie Gao wrote: > > This patch adds basic support for MediaTek MT7981 SoC. > This include the file that will initialize the SoC after boot and its > device tree. > > Signed-off-by: Weijie Gao > --- > arch/arm/dts/mt7981.dtsi | 288 +

[PATCH 02/31] arm: mediatek: add support for MediaTek MT7981 SoC

2022-08-03 Thread Weijie Gao
This patch adds basic support for MediaTek MT7981 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: Weijie Gao --- arch/arm/dts/mt7981.dtsi | 288 ++ arch/arm/mach-mediatek/Kconfig| 12 +-