Re: [U-Boot] [PATCH v2 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC

2019-10-31 Thread Mingming Lee
On Wed, 2019-10-30 at 23:09 -0400, Tom Rini wrote: > On Mon, Oct 21, 2019 at 02:59:04PM +0800, mingming lee wrote: > > > Add support for MediaTek MT8518 SoC. This include the file > > that will initialize the SoC after boot and its device tree. > > > > Signed-off-by: mingming lee > > --- > >

Re: [U-Boot] [PATCH v2 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC

2019-10-30 Thread Tom Rini
On Mon, Oct 21, 2019 at 02:59:04PM +0800, mingming lee wrote: > Add support for MediaTek MT8518 SoC. This include the file > that will initialize the SoC after boot and its device tree. > > Signed-off-by: mingming lee > --- > Changes for v2: >-drop unused 'device' in dtsi to keep it simple