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

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
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -70,13 +70,17 @@

&nand_controller {
	status = "okay";

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

&sdio {
	pinctrl-0 = <&sdio_pins>;