Re: [OpenWrt-Devel] [PATCH] [ramips] mt7621: fix nand driver

2015-11-17 Thread Daniel Golle
On Sat, Nov 14, 2015 at 04:39:51PM +0900, YounJaeRho wrote: > This patch fix mt7621 nand driver for linux-3.18 kernel.mt7621 share PIN > between NAND,SDXC,SPI.so you should pinctrl in dts file that only one of them > is used at a time. > SQUASH supportJFFS2 support (no hardware ECC support which

[OpenWrt-Devel] [PATCH] [ramips] mt7621: fix nand driver

2015-11-13 Thread YounJaeRho
This patch fix mt7621 nand driver for linux-3.18 kernel.mt7621 share PIN between NAND,SDXC,SPI.so you should pinctrl in dts file that only one of them is used at a time. SQUASH supportJFFS2 support (no hardware ECC support which is disabled by `CONFIG_TARGET_ROOTFS_JFFS2` ) Signed-off-by: YounJ