Re: [PATCH] imx: ventana: enable ONFI detection to fix NAND chip configuration

2022-03-28 Thread Tom Rini
On Tue, Mar 22, 2022 at 11:42:49AM -0700, Tim Harvey wrote: > Enable ONFI detection to fix NAND chip configuration. Without this > the NAND oobsize will be wrong which leads to invalid ECC strength and > incompatibility with the previous configuration. > > Fixes: 777f333c375a ("imx: ventana: enab

Re: [PATCH] imx: ventana: enable ONFI detection to fix NAND chip configuration

2022-03-28 Thread Tom Rini
On Mon, Mar 28, 2022 at 09:40:59AM -0700, Tim Harvey wrote: > On Tue, Mar 22, 2022 at 5:32 PM Fabio Estevam wrote: > > > > Hi Tim, > > > > On Tue, Mar 22, 2022 at 3:42 PM Tim Harvey wrote: > > > > > > Enable ONFI detection to fix NAND chip configuration. Without this > > > the NAND oobsize will b

Re: [PATCH] imx: ventana: enable ONFI detection to fix NAND chip configuration

2022-03-28 Thread Tim Harvey
On Tue, Mar 22, 2022 at 5:32 PM Fabio Estevam wrote: > > Hi Tim, > > On Tue, Mar 22, 2022 at 3:42 PM Tim Harvey wrote: > > > > Enable ONFI detection to fix NAND chip configuration. Without this > > the NAND oobsize will be wrong which leads to invalid ECC strength and > > incompatibility with the

Re: [PATCH] imx: ventana: enable ONFI detection to fix NAND chip configuration

2022-03-22 Thread Fabio Estevam
Hi Tim, On Tue, Mar 22, 2022 at 3:42 PM Tim Harvey wrote: > > Enable ONFI detection to fix NAND chip configuration. Without this > the NAND oobsize will be wrong which leads to invalid ECC strength and > incompatibility with the previous configuration. > > Fixes: 777f333c375a ("imx: ventana: enab

[PATCH] imx: ventana: enable ONFI detection to fix NAND chip configuration

2022-03-22 Thread Tim Harvey
Enable ONFI detection to fix NAND chip configuration. Without this the NAND oobsize will be wrong which leads to invalid ECC strength and incompatibility with the previous configuration. Fixes: 777f333c375a ("imx: ventana: enable dm for MTD and NAND") Signed-off-by: Tim Harvey --- configs/gwven