From 4b633affff972bf19906f748fe56016f844d0022 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 29 Jul 2018 13:09:22 +0200 Subject: 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 (cherry picked from commit 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf) --- target/linux/brcm63xx/dts/p870hw-51a-v2.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/brcm63xx/dts/p870hw-51a-v2.dts') diff --git a/target/linux/brcm63xx/dts/p870hw-51a-v2.dts b/target/linux/brcm63xx/dts/p870hw-51a-v2.dts index 02749ce6ef..20d820bd18 100644 --- a/target/linux/brcm63xx/dts/p870hw-51a-v2.dts +++ b/target/linux/brcm63xx/dts/p870hw-51a-v2.dts @@ -62,8 +62,6 @@ &pflash { status = "ok"; - linux,part-probe = "bcm63xxpart"; - partitions { compatible = "fixed-partitions"; #address-cells = <1>; -- cgit v1.2.3