Commit d68b2f7d authored by Christian Lamparter's avatar Christian Lamparter Committed by Florian Fainelli

ARM: dts: BCM5301X: MR32: remove partition index numbers

removes the partition indexes in the node names under.
This brings the device tree source in line with others.
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Link: https://lore.kernel.org/r/627f57d568030a56499361790524b4d4f3381619.1686238550.git.chunkeey@gmail.comSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent a6a1a156
...@@ -138,31 +138,31 @@ partitions { ...@@ -138,31 +138,31 @@ partitions {
#address-cells = <0x1>; #address-cells = <0x1>;
#size-cells = <0x1>; #size-cells = <0x1>;
partition0@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x100000>; reg = <0x0 0x100000>;
read-only; read-only;
}; };
partition1@100000 { partition@100000 {
label = "bootkernel1"; label = "bootkernel1";
reg = <0x100000 0x300000>; reg = <0x100000 0x300000>;
read-only; read-only;
}; };
partition2@400000 { partition@400000 {
label = "nvram"; label = "nvram";
reg = <0x400000 0x100000>; reg = <0x400000 0x100000>;
read-only; read-only;
}; };
partition3@500000 { partition@500000 {
label = "bootkernel2"; label = "bootkernel2";
reg = <0x500000 0x300000>; reg = <0x500000 0x300000>;
read-only; read-only;
}; };
partition4@800000 { partition@800000 {
label = "ubi"; label = "ubi";
reg = <0x800000 0x7780000>; reg = <0x800000 0x7780000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment