Re: [PATCH v1] arm: dts: mediatek: add basic support for MT7629 SoC

2019-06-29 Thread Ryder Lee
On Fri, 2019-06-28 at 16:32 -0700, Kevin Hilman wrote: > writes: > > > From: Ryder Lee > > > > This adds basic support for MT7629 reference board. > > > > Signed-off-by: Ryder Lee > > Just noticing this is not upstream yet. > > I did a basic boot test to ramdisk on the mt7629-rfb board

Re: [PATCH v1] arm: dts: mediatek: add basic support for MT7629 SoC

2019-06-28 Thread Kevin Hilman
writes: > From: Ryder Lee > > This adds basic support for MT7629 reference board. > > Signed-off-by: Ryder Lee Just noticing this is not upstream yet. I did a basic boot test to ramdisk on the mt7629-rfb board donated for kernelCI (thanks MediaTek!) and it boots just fine. Tested-by: Kevin

Re: [PATCH v1] arm: dts: mediatek: add basic support for MT7629 SoC

2019-03-28 Thread Rob Herring
On Wed, Mar 13, 2019 at 04:42:15PM +0800, ryder@kernel.org wrote: > From: Ryder Lee > > This adds basic support for MT7629 reference board. > > Signed-off-by: Ryder Lee > --- > Changes since v1: > -Fix unit-address warnings. > -Put all the mmio peripherals under a simple-bus node. > -Drop

Re: [PATCH v1] arm: dts: mediatek: add basic support for MT7629 SoC

2019-03-13 Thread Matthias Brugger
On 13/03/2019 13:04, Matthias Brugger wrote: > > > On 13/03/2019 09:42, ryder@kernel.org wrote: >> From: Ryder Lee >> >> This adds basic support for MT7629 reference board. >> >> Signed-off-by: Ryder Lee >> --- >> Changes since v1: >> -Fix unit-address warnings. >> -Put all the mmio

Re: [PATCH v1] arm: dts: mediatek: add basic support for MT7629 SoC

2019-03-13 Thread Matthias Brugger
On 13/03/2019 09:42, ryder@kernel.org wrote: > From: Ryder Lee > > This adds basic support for MT7629 reference board. > > Signed-off-by: Ryder Lee > --- > Changes since v1: > -Fix unit-address warnings. > -Put all the mmio peripherals under a simple-bus node. > -Drop all the

[PATCH v1] arm: dts: mediatek: add basic support for MT7629 SoC

2019-03-13 Thread ryder.lee
From: Ryder Lee This adds basic support for MT7629 reference board. Signed-off-by: Ryder Lee --- Changes since v1: -Fix unit-address warnings. -Put all the mmio peripherals under a simple-bus node. -Drop all the 'partitions' nodes in flash node. --- arch/arm/boot/dts/Makefile|