openwrt_archive/target/linux/bcm53xx/patches-4.3/101-use-part-parser.patch
Hauke Mehrtens faf6b774d4 bcm53xx: add support basic for kernel 4.3
The files directory is now split up into the files which are needed for 
every kernel version and the files only needed by kernel 4.1. The files 
in files-4.1 are already merged into mainline kernel 4.3. This patch 
only removed patches which were merged into mainline kernel 4.3.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


SVN-Revision: 47251
2015-10-25 16:43:14 +00:00

12 lines
250 B
Diff

--- 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";
};
};
};