Commit dc393f1f authored by Chris Packham's avatar Chris Packham Committed by Gregory CLEMENT

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: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 7f9f7f9b
......@@ -179,19 +179,19 @@ partitions {
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";
};
......@@ -216,16 +216,16 @@ partitions {
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";
};
......
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