Skip to content

Commit

Permalink
ARM: dts: mvebu: db-xc3-24g4: use new style nand binding
Browse files Browse the repository at this point in the history
Update the nand flash binding to the new style.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
  • Loading branch information
Chris Packham authored and Gregory CLEMENT committed Sep 20, 2018
1 parent 7b8f80d commit 9c10611
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,16 @@

&nand_controller {
status = "okay";
label = "pxa3xx_nand-0";
num-cs = <1>;
marvell,nand-keep-config;
nand-on-flash-bbt;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;

nand@0 {
reg = <0>;
label = "pxa3xx_nand-0";
nand-rb = <0>;
marvell,nand-keep-config;
nand-on-flash-bbt;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
};
};

&spi0 {
Expand Down

0 comments on commit 9c10611

Please sign in to comment.