From: Chris Packham Date: Thu, 26 Jul 2018 04:02:55 +0000 (+1200) Subject: ARM: dts: mvebu: db-dxbc2: use new style nand binding X-Git-Tag: v4.20-rc1~66^2~16^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b8f80d0ca7265f73ad52c332f7b6d4569f76c0c;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: mvebu: db-dxbc2: use new style nand binding Update the nand flash binding to the new style. Signed-off-by: Chris Packham Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/armada-xp-db-dxbc2.dts b/arch/arm/boot/dts/armada-xp-db-dxbc2.dts index 944e0a9c9dac9..8a3aa616bbd00 100644 --- a/arch/arm/boot/dts/armada-xp-db-dxbc2.dts +++ b/arch/arm/boot/dts/armada-xp-db-dxbc2.dts @@ -70,12 +70,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>; + }; }; &sdio {