aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-06-25 22:00:36 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-06-25 22:00:36 +0000
commit03cf3bda45a9837ec2b383debf24b376afecbdcf (patch)
treef12499ac7e2fd486f2e66b15115a67b05a118119 /target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch
parentd2910b6c127261fe00bcefb2058cc600805f27c5 (diff)
downloadmaster-187ad058-03cf3bda45a9837ec2b383debf24b376afecbdcf.tar.gz
master-187ad058-03cf3bda45a9837ec2b383debf24b376afecbdcf.tar.bz2
master-187ad058-03cf3bda45a9837ec2b383debf24b376afecbdcf.zip
bcm53xx: add upstream nand driver
This adds the upstream Broadcom nand driver and makes use of it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch')
-rw-r--r--target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch b/target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch
new file mode 100644
index 0000000000..8d48673c6d
--- /dev/null
+++ b/target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch
@@ -0,0 +1,11 @@
+--- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
++++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
+@@ -19,6 +19,8 @@
+
+ nand-ecc-strength = <8>;
+ nand-ecc-step-size = <512>;
++
++ linux,part-probe = "ofpart", "bcm47xxpart";
+ };
+ };
+ };