diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2018-07-29 13:09:22 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2019-05-23 13:17:08 +0200 |
commit | 4b633affff972bf19906f748fe56016f844d0022 (patch) | |
tree | 5849c966f438f9ff29e7b605c26940471dca1990 /target/linux/brcm63xx/dts/dsl-274xb-c.dts | |
parent | cfb72eed69e480ccbf1894abfe6f4a0758eeb8ab (diff) | |
download | upstream-4b633affff972bf19906f748fe56016f844d0022.tar.gz upstream-4b633affff972bf19906f748fe56016f844d0022.tar.bz2 upstream-4b633affff972bf19906f748fe56016f844d0022.zip |
brcm63xx: drop linux,part-probe usage where possible
It was present as 4.4 compatibility, but since we now use 4.9 or later
with the new upstream solution, we don't need it anymore.
This also fixes a serious regression introduced by ac9bcefa3b04, which
changed the precedence of linux,part-probe and the new-type partitions
node compatible string, causing caldata partitions to be overwritten.
Fixes: ac9bcefa3b04 ("kernel: use V10 of mtd patchset adding support for "compatible" string")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
(cherry picked from commit 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf)
Diffstat (limited to 'target/linux/brcm63xx/dts/dsl-274xb-c.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/dsl-274xb-c.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/dts/dsl-274xb-c.dts b/target/linux/brcm63xx/dts/dsl-274xb-c.dts index e8cebb3370..f6042cd977 100644 --- a/target/linux/brcm63xx/dts/dsl-274xb-c.dts +++ b/target/linux/brcm63xx/dts/dsl-274xb-c.dts @@ -57,8 +57,6 @@ &pflash { status = "ok"; - linux,part-probe = "bcm63xxpart"; - partitions { compatible = "fixed-partitions"; #address-cells = <1>; |