Skip to content

Commit d68b2f7

Browse files
chunkeeyffainelli
authored andcommitted
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: Christian Lamparter <chunkeey@gmail.com> Link: https://lore.kernel.org/r/627f57d568030a56499361790524b4d4f3381619.1686238550.git.chunkeey@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent a6a1a15 commit d68b2f7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/bcm53016-meraki-mr32.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,31 +138,31 @@
138138
#address-cells = <0x1>;
139139
#size-cells = <0x1>;
140140

141-
partition0@0 {
141+
partition@0 {
142142
label = "u-boot";
143143
reg = <0x0 0x100000>;
144144
read-only;
145145
};
146146

147-
partition1@100000 {
147+
partition@100000 {
148148
label = "bootkernel1";
149149
reg = <0x100000 0x300000>;
150150
read-only;
151151
};
152152

153-
partition2@400000 {
153+
partition@400000 {
154154
label = "nvram";
155155
reg = <0x400000 0x100000>;
156156
read-only;
157157
};
158158

159-
partition3@500000 {
159+
partition@500000 {
160160
label = "bootkernel2";
161161
reg = <0x500000 0x300000>;
162162
read-only;
163163
};
164164

165-
partition4@800000 {
165+
partition@800000 {
166166
label = "ubi";
167167
reg = <0x800000 0x7780000>;
168168
};

0 commit comments

Comments
 (0)