Re: [PATCH v2] ARM: dts: imx6ull: fix ubi filesystem mount failed

2021-03-17 Thread Shawn Guo
On Wed, Mar 17, 2021 at 11:45:09PM +0800, dillon.min...@gmail.com wrote: > From: dillon min > > For NAND Ecc layout, there is a dependency from old kernel's nand driver > setting and current. if old kernel use 4 bit ecc , we should use 4 bit > in new kernel either. else will run into following

[PATCH v2] ARM: dts: imx6ull: fix ubi filesystem mount failed

2021-03-17 Thread dillon . minfei
From: dillon min For NAND Ecc layout, there is a dependency from old kernel's nand driver setting and current. if old kernel use 4 bit ecc , we should use 4 bit in new kernel either. else will run into following error at filesystem mounting. So, enable fsl,use-minimum-ecc from device tree, to