From 6dd94c2781b79ffd20f1a57a48fa2314d67ee190 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 3 Aug 2018 20:14:49 +0200 Subject: ramips: unify partition node names in dts files Use partition@ as name for all partition nodes. Add a label where necessary. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/AR670W.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/dts/AR670W.dts') diff --git a/target/linux/ramips/dts/AR670W.dts b/target/linux/ramips/dts/AR670W.dts index cc15317..9e12ffc 100644 --- a/target/linux/ramips/dts/AR670W.dts +++ b/target/linux/ramips/dts/AR670W.dts @@ -20,19 +20,19 @@ #address-cells = <1>; #size-cells = <1>; - u-boot@0 { + partition@0 { reg = <0x0 0x30000>; label = "u-boot"; read-only; }; - factory: factory@30000 { + factory: partition@30000 { reg = <0x30000 0x10000>; label = "factory"; read-only; }; - firmware@40000 { + partition@40000 { reg = <0x40000 0x3c0000>; label = "firmware"; }; -- cgit v1.1