ARM: dts: mvebu: db-dxbc2: use new style nand binding

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>
This commit is contained in:
Chris Packham 2018-07-26 16:02:55 +12:00 committed by Gregory CLEMENT
parent 3e1ad82a19
commit 7b8f80d0ca
1 changed files with 10 additions and 6 deletions

View File

@ -70,12 +70,16 @@
&nand_controller { &nand_controller {
status = "okay"; status = "okay";
label = "pxa3xx_nand-0";
num-cs = <1>; nand@0 {
marvell,nand-keep-config; reg = <0>;
nand-on-flash-bbt; label = "pxa3xx_nand-0";
nand-ecc-strength = <4>; nand-rb = <0>;
nand-ecc-step-size = <512>; marvell,nand-keep-config;
nand-on-flash-bbt;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
};
}; };
&sdio { &sdio {