From f75de11de0407d724544f973908d693f9b78ede9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Thu, 18 Jan 2024 08:57:43 +0100 Subject: [PATCH] bmips: dts: remove unneeded cferom alias MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is no longer needed after nvmem-layout changes. Same as 6f328dfe19 for NAND devices. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi | 2 +- target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts | 2 +- target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts | 2 +- target/linux/bmips/dts/bcm63169-comtrend-vg-8050.dts | 2 +- target/linux/bmips/dts/bcm6328-sercomm-ad1018.dts | 2 +- target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts | 2 +- target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi b/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi index 4e4431f27c..a389187d8d 100644 --- a/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi +++ b/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi @@ -183,7 +183,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0020000>; read-only; diff --git a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts index d4520661a5..3f830f058e 100644 --- a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts +++ b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts @@ -166,7 +166,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0020000>; read-only; diff --git a/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts b/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts index bfa9835b26..3c79d38bfb 100644 --- a/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts +++ b/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts @@ -191,7 +191,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0020000>; read-only; diff --git a/target/linux/bmips/dts/bcm63169-comtrend-vg-8050.dts b/target/linux/bmips/dts/bcm63169-comtrend-vg-8050.dts index be7f90fbd9..b0576748d3 100644 --- a/target/linux/bmips/dts/bcm63169-comtrend-vg-8050.dts +++ b/target/linux/bmips/dts/bcm63169-comtrend-vg-8050.dts @@ -181,7 +181,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0020000>; read-only; diff --git a/target/linux/bmips/dts/bcm6328-sercomm-ad1018.dts b/target/linux/bmips/dts/bcm6328-sercomm-ad1018.dts index aefa72235f..438f1d5fec 100644 --- a/target/linux/bmips/dts/bcm6328-sercomm-ad1018.dts +++ b/target/linux/bmips/dts/bcm6328-sercomm-ad1018.dts @@ -187,7 +187,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0020000>; read-only; diff --git a/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts b/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts index 47be99133d..32682b2610 100644 --- a/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts +++ b/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts @@ -160,7 +160,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0020000>; 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 53a1c0c01f..f7182b78da 100644 --- a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts +++ b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts @@ -212,7 +212,7 @@ #address-cells = <1>; #size-cells = <1>; - cferom: partition@0 { + partition@0 { label = "cferom"; reg = <0x0000000 0x0004000>; read-only; -- 2.30.2