Skip to content

Commit

Permalink
ARM: dts: mvebu: a385-db-ap: add default partition description for NAND
Browse files Browse the repository at this point in the history
The Armada 385 Access Point Development board contains NAND FLSH which is
already enabled in existing dts. Nevertheless the default partition
description was missing.

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Grzegorz Jaszczyk authored and Gregory CLEMENT committed Aug 8, 2016
1 parent b583e29 commit 4ec1729
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions arch/arm/boot/dts/armada-385-db-ap.dts
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,35 @@

nfc: flash@d0000 {
status = "okay";
#address-cells = <1>;
#size-cells = <1>;

num-cs = <1>;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
marvell,nand-keep-config;
marvell,nand-enable-arbiter;
nand-on-flash-bbt;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

partition@0 {
label = "U-Boot";
reg = <0x00000000 0x00800000>;
read-only;
};

partition@800000 {
label = "uImage";
reg = <0x00800000 0x00400000>;
read-only;
};

partition@c00000 {
label = "Root";
reg = <0x00c00000 0x3f400000>;
};
};
};

usb3@f0000 {
Expand Down

0 comments on commit 4ec1729

Please sign in to comment.