diff mbox series

[OpenWrt-Devel] brcm63xx: update DT RedBoot binding for the Inventel Livebox 1

Message ID 20180730064541.11821-1-zajec5@gmail.com
State Accepted
Delegated to: Jonas Gorski
Headers show
Series [OpenWrt-Devel] brcm63xx: update DT RedBoot binding for the Inventel Livebox 1 | expand

Commit Message

Rafał Miłecki July 30, 2018, 6:45 a.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

linux,part-probe should be avoided as its only supported with OpenWrt
downstream patch that is going to be dropped eventually.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 target/linux/brcm63xx/dts/livebox-blue-5g.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
index 0bc503c941..7e8d865a4f 100644
--- a/target/linux/brcm63xx/dts/livebox-blue-5g.dts
+++ b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
@@ -69,7 +69,9 @@ 
 	reg = <0x1e400000 0x800000>;
 	status = "ok";
 
-	linux,part-probe = "RedBoot";
+	partitions {
+		compatible = "redhat,redboot-partitions";
+	};
 };
 
 &pinctrl {