From 4b633affff972bf19906f748fe56016f844d0022 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jonas.gorski@gmail.com>
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 <jonas.gorski@gmail.com>
(cherry picked from commit 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf)
---
 target/linux/brcm63xx/dts/r1000h.dts | 2 --
 1 file changed, 2 deletions(-)

(limited to 'target/linux/brcm63xx/dts/r1000h.dts')

diff --git a/target/linux/brcm63xx/dts/r1000h.dts b/target/linux/brcm63xx/dts/r1000h.dts
index 3b3ac5792f..9434060da1 100644
--- a/target/linux/brcm63xx/dts/r1000h.dts
+++ b/target/linux/brcm63xx/dts/r1000h.dts
@@ -77,8 +77,6 @@
 &pflash {
 	status = "ok";
 
-	linux,part-probe = "bcm63xxpart";
-
 	partitions {
 		compatible = "fixed-partitions";
 		#address-cells = <1>;
-- 
cgit v1.2.3