Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: armada-385-linksys: fix usage with newer devices

Newer Linksys boards might come with a Winbond W29N02GV which can be
configured in different ways. Make sure we configure it the same way
as the older chips so everything keeps working.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Rosen Penev and committed by
Gregory CLEMENT
4daff3e5 5c8fe583

+2
+2
arch/arm/boot/dts/armada-385-linksys.dtsi
··· 148 148 reg = <0>; 149 149 label = "pxa3xx_nand-0"; 150 150 nand-rb = <0>; 151 + nand-ecc-strength = <4>; 152 + nand-ecc-step-size = <512>; 151 153 marvell,nand-keep-config; 152 154 nand-on-flash-bbt; 153 155 };