diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-01-18 08:57:43 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-01-18 08:57:43 +0100 |
commit | f75de11de0407d724544f973908d693f9b78ede9 (patch) | |
tree | a661acaee34a1e8e7592df78e5e8dc69cd9053e3 /target/linux/bmips | |
parent | 389135501565a6544775e0c75828a11e536e64a2 (diff) |
bmips: dts: remove unneeded cferom alias
This is no longer needed after nvmem-layout changes.
Same as 6f328dfe19 for NAND devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips')
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; |