Skip to content

Commit dc393f1

Browse files
cpackham-atlnzgclement
authored andcommitted
ARM: dts: mvebu: align MTD partition nodes to dtschema
Update the node names for the SPI NOR and NAND partitions to conform to the partition properties in the relevant dtschema. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 7f9f7f9 commit dc393f1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

arch/arm/boot/dts/armada-385-atl-x530.dts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,19 @@
179179
compatible = "fixed-partitions";
180180
#address-cells = <1>;
181181
#size-cells = <1>;
182-
partition@u-boot {
182+
partition@0 {
183183
reg = <0x00000000 0x00100000>;
184184
label = "u-boot";
185185
};
186-
partition@u-boot-env {
186+
partition@100000 {
187187
reg = <0x00100000 0x00040000>;
188188
label = "u-boot-env";
189189
};
190-
partition@unused {
190+
partition@140000 {
191191
reg = <0x00140000 0x00e80000>;
192192
label = "unused";
193193
};
194-
partition@idprom {
194+
partition@fc0000 {
195195
reg = <0x00fc0000 0x00040000>;
196196
label = "idprom";
197197
};
@@ -216,16 +216,16 @@
216216
compatible = "fixed-partitions";
217217
#address-cells = <1>;
218218
#size-cells = <1>;
219-
partition@user {
219+
partition@0 {
220220
reg = <0x00000000 0x0f000000>;
221221
label = "user";
222222
};
223-
partition@errlog {
223+
partition@f000000 {
224224
/* Maximum mtdoops size is 8MB, so set to that. */
225225
reg = <0x0f000000 0x00800000>;
226226
label = "errlog";
227227
};
228-
partition@nand-bbt {
228+
partition@f800000 {
229229
reg = <0x0f800000 0x00800000>;
230230
label = "nand-bbt";
231231
};

0 commit comments

Comments
 (0)