From c05f28d1a34824cedc5bfd1f54ce21f4980ab6e2 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 11 May 2016 12:01:57 +0200
Subject: [PATCH] mpc85xx-generic: fix flash detection after spi-nor backport

---
 ...-kernel-backport-spi-nor-driver-from-4.4.9.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/patches/openwrt/0030-kernel-backport-spi-nor-driver-from-4.4.9.patch b/patches/openwrt/0030-kernel-backport-spi-nor-driver-from-4.4.9.patch
index f66699ca4..7e3ca845d 100644
--- a/patches/openwrt/0030-kernel-backport-spi-nor-driver-from-4.4.9.patch
+++ b/patches/openwrt/0030-kernel-backport-spi-nor-driver-from-4.4.9.patch
@@ -1901,6 +1901,19 @@ index 203eb94..0000000
 - 
 - 	/* For some (historical?) reason many platforms provide two different
 - 	 * names in flash_platform_data: "name" and "type". Quite often name is
+diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
+index 2beb39c..21f823d 100644
+--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
++++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
+@@ -37,7 +37,7 @@
+ 			flash@0 {
+ 				#address-cells = <1>;
+ 				#size-cells = <1>;
+-				compatible = "spansion,s25fl129p1";
++				compatible = "jedec,spi-nor";
+ 				reg = <0>;
+ 				spi-max-frequency = <25000000>;
+ 
 diff --git a/target/linux/ramips/patches-3.18/0044-mtd-add-chunked-read-io-to-m25p80.patch b/target/linux/ramips/patches-3.18/0044-mtd-add-chunked-read-io-to-m25p80.patch
 deleted file mode 100644
 index 1716e1c..0000000
-- 
GitLab