From 7c9cf3212c2644646ddf74e6656e097131ebfce7 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 29 Jun 2022 17:13:34 +0200 Subject: [PATCH] bmips: rename tagged partition node for new nvmem patch In preparation for a new nvmem patch, rename tagged partition node to a new format of partition-tagged_name. Signed-off-by: Christian Marangi --- target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts | 2 +- target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts | 2 +- target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts | 2 +- target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | 2 +- target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts | 2 +- target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts index 95fda0843c..b19ffb36a1 100644 --- a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts +++ b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts @@ -167,7 +167,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + cferom: partition-cferom@0 { label = "cferom"; reg = <0x0000000 0x0020000>; read-only; diff --git a/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts b/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts index a54d632770..f808b79a77 100644 --- a/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts +++ b/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts @@ -89,7 +89,7 @@ #address-cells = <1>; #size-cells = <1>; - cfe: partition@0 { + cfe: partition-cfe@0 { reg = <0x000000 0x010000>; label = "cfe"; read-only; diff --git a/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts b/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts index 47db0809e1..11c21828d7 100644 --- a/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts +++ b/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts @@ -94,7 +94,7 @@ #address-cells = <1>; #size-cells = <1>; - cfe: partition@0 { + cfe: partition-cfe@0 { reg = <0x000000 0x010000>; label = "cfe"; read-only; diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts index 6c8b093edf..0313832dce 100644 --- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts +++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts @@ -156,7 +156,7 @@ #address-cells = <1>; #size-cells = <1>; - cfe: partition@0 { + cfe: partition-cfe@0 { label = "cfe"; reg = <0x000000 0x020000>; read-only; diff --git a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts index b99fecaaa6..df38412211 100644 --- a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts +++ b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts @@ -163,7 +163,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + cferom: partition-cferom@0 { label = "cferom"; reg = <0x0000000 0x0004000>; read-only; diff --git a/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts b/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts index 29d8dfd56e..6824394e2c 100644 --- a/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts +++ b/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts @@ -103,7 +103,7 @@ #address-cells = <1>; #size-cells = <1>; - cfe: partition@0 { + cfe: partition-cfe@0 { label = "CFE"; reg = <0x0000000 0x0020000>; read-only; -- 2.30.2