summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-06-25 22:00:36 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-06-25 22:00:36 +0000
commit52e042ea550dfd9d9c21c77b60dadc7f5b0c9a1b (patch)
treeabc1a31174b9b3273bd965ca36d9816f02d02b9c /target/linux/bcm53xx/patches-4.1/101-use-part-parser.patch
parent164e82099da1c0626514710ad119e401cd369a0d (diff)
downloadmaster-31e0f0ae-52e042ea550dfd9d9c21c77b60dadc7f5b0c9a1b.tar.gz
master-31e0f0ae-52e042ea550dfd9d9c21c77b60dadc7f5b0c9a1b.tar.bz2
master-31e0f0ae-52e042ea550dfd9d9c21c77b60dadc7f5b0c9a1b.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> SVN-Revision: 46131
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";
+ };
+ };
+ };