From a5a3b59bf54c72c1eea7745d7a83dfc298d4ae1e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 21 May 2016 18:07:28 +0200 Subject: mvebu: add some more flash driver fixes Disable marvell,nand-keep-config property on WRT1900AC to allow the flash driver to properly probe the chip Signed-off-by: Felix Fietkau --- .../patches-4.4/104-linksys_mamba_disable_keep_config.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/mvebu/patches-4.4/104-linksys_mamba_disable_keep_config.patch (limited to 'target/linux/mvebu/patches-4.4/104-linksys_mamba_disable_keep_config.patch') diff --git a/target/linux/mvebu/patches-4.4/104-linksys_mamba_disable_keep_config.patch b/target/linux/mvebu/patches-4.4/104-linksys_mamba_disable_keep_config.patch new file mode 100644 index 0000000000..4c6b3115ed --- /dev/null +++ b/target/linux/mvebu/patches-4.4/104-linksys_mamba_disable_keep_config.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts ++++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts +@@ -298,7 +298,6 @@ + nand@d0000 { + status = "okay"; + num-cs = <1>; +- marvell,nand-keep-config; + marvell,nand-enable-arbiter; + nand-on-flash-bbt; + nand-ecc-strength = <4>; -- cgit v1.2.3