Commit 7b8f80d0 authored by Chris Packham's avatar Chris Packham Committed by Gregory CLEMENT

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

Update the nand flash binding to the new style.
Signed-off-by: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 3e1ad82a
...@@ -70,12 +70,16 @@ &uart1 { ...@@ -70,12 +70,16 @@ &uart1 {
&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 {
......
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