diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-01-11 13:59:32 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-01-11 14:05:10 +0100 |
commit | 05cb6aa69f662fb27d1bfdb8d79b7448d058d1c6 (patch) | |
tree | 56ef5ce3677fe84ec5a78f9d9d1095eac64ee776 /target/linux/bcm53xx/patches-4.14/101-use-part-parser.patch | |
parent | bde5e7a632ef06b16ea77af037c1442e10949666 (diff) | |
download | upstream-05cb6aa69f662fb27d1bfdb8d79b7448d058d1c6.tar.gz upstream-05cb6aa69f662fb27d1bfdb8d79b7448d058d1c6.tar.bz2 upstream-05cb6aa69f662fb27d1bfdb8d79b7448d058d1c6.zip |
bcm53xx: replace linux,part-probe with a proper partitions subnode
This solution is more upstream compatible as it only requires specifying
of_match_table in the parser code and doesn't depend on linux,part-probe
which is solution made generic by a LEDE downstream patch that can't be
upstreamed.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/patches-4.14/101-use-part-parser.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.14/101-use-part-parser.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/bcm53xx/patches-4.14/101-use-part-parser.patch b/target/linux/bcm53xx/patches-4.14/101-use-part-parser.patch deleted file mode 100644 index 4ecb8dc693..0000000000 --- a/target/linux/bcm53xx/patches-4.14/101-use-part-parser.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi -+++ b/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi -@@ -13,6 +13,8 @@ - reg = <0>; - #address-cells = <1>; - #size-cells = <1>; -+ -+ linux,part-probe = "ofpart", "bcm47xxpart"; - }; - }; - }; |