Re: [U-Boot] [PATCH v5 16/16] sunxi: Add support for the CHIP Pro

2017-03-03 Thread Tom Rini
On Fri, Mar 03, 2017 at 03:48:08PM +0100, Maxime Ripard wrote: > Hi Tom, > > On Wed, Mar 01, 2017 at 10:58:56AM -0500, Tom Rini wrote: > > On Mon, Feb 27, 2017 at 06:22:15PM +0100, Maxime Ripard wrote: > > > > > The CHIP Pro is a SoM that features the GR8 SIP, an AXP209, a BT/WiFi chip > > > and

Re: [U-Boot] [PATCH v5 16/16] sunxi: Add support for the CHIP Pro

2017-03-03 Thread Maxime Ripard
Hi Tom, On Wed, Mar 01, 2017 at 10:58:56AM -0500, Tom Rini wrote: > On Mon, Feb 27, 2017 at 06:22:15PM +0100, Maxime Ripard wrote: > > > The CHIP Pro is a SoM that features the GR8 SIP, an AXP209, a BT/WiFi chip > > and a 512MiB SLC NAND. > > > > This it's an SLC NAND, it doesn't suffer the same

Re: [U-Boot] [PATCH v5 16/16] sunxi: Add support for the CHIP Pro

2017-03-01 Thread Tom Rini
On Mon, Feb 27, 2017 at 06:22:15PM +0100, Maxime Ripard wrote: > The CHIP Pro is a SoM that features the GR8 SIP, an AXP209, a BT/WiFi chip > and a 512MiB SLC NAND. > > This it's an SLC NAND, it doesn't suffer the same drawbacks than found on > the MLC NANDs, and we can enable it right away. > >

[U-Boot] [PATCH v5 16/16] sunxi: Add support for the CHIP Pro

2017-02-27 Thread Maxime Ripard
The CHIP Pro is a SoM that features the GR8 SIP, an AXP209, a BT/WiFi chip and a 512MiB SLC NAND. This it's an SLC NAND, it doesn't suffer the same drawbacks than found on the MLC NANDs, and we can enable it right away. Signed-off-by: Maxime Ripard Reviewed-by: Hans de Goede --- configs/CHIP_p