ARM: dts: mvebu: align MTD partition nodes to dtschema
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 15 Jun 2023 04:04:46 +0000 (16:04 +1200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 16 Jun 2023 11:55:18 +0000 (13:55 +0200)
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>
arch/arm/boot/dts/armada-385-atl-x530.dts

index 241f5d7c80e9a30e2286dff1281262f647239dad..5a9ab8410b7b6ee130c3db005bb1b518d73861fd 100644 (file)
                        compatible = "fixed-partitions";
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       partition@u-boot {
+                       partition@0 {
                                reg = <0x00000000 0x00100000>;
                                label = "u-boot";
                        };
-                       partition@u-boot-env {
+                       partition@100000 {
                                reg = <0x00100000 0x00040000>;
                                label = "u-boot-env";
                        };
-                       partition@unused {
+                       partition@140000 {
                                reg = <0x00140000 0x00e80000>;
                                label = "unused";
                        };
-                       partition@idprom {
+                       partition@fc0000 {
                                reg = <0x00fc0000 0x00040000>;
                                label = "idprom";
                        };
                        compatible = "fixed-partitions";
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       partition@user {
+                       partition@0 {
                                reg = <0x00000000 0x0f000000>;
                                label = "user";
                        };
-                       partition@errlog {
+                       partition@f000000 {
                                /* Maximum mtdoops size is 8MB, so set to that. */
                                reg = <0x0f000000 0x00800000>;
                                label = "errlog";
                        };
-                       partition@nand-bbt {
+                       partition@f800000 {
                                reg = <0x0f800000 0x00800000>;
                                label = "nand-bbt";
                        };