Re: [PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Alex Nemirovsky
Hi Tom, after this NAND driver is in master, we can look at reducing the number of defconfigs for this board and send out a new patch. Thanks -Alex > On Dec 11, 2020, at 12:54 PM, Tom Rini wrote: > > On Tue, Dec 08, 2020 at 11:37:37AM -0800, Alex Nemirovsky wrote: > >> From: Kate Liu >> >>

Re: [PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Tom Rini
On Tue, Dec 08, 2020 at 11:37:37AM -0800, Alex Nemirovsky wrote: > From: Kate Liu > > Set environment for Nand flash (U-boot 2020.04): > - add nand flash in the device tree > - add new default configuration file for G3 using parallel Nand > - set nand parameters in presidio_asic.h > >

[PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-08 Thread Alex Nemirovsky
From: Kate Liu Set environment for Nand flash (U-boot 2020.04): - add nand flash in the device tree - add new default configuration file for G3 using parallel Nand - set nand parameters in presidio_asic.h Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini --- MAINTAINERS