Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm5301x-nand-cs0-bch8.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /*
3  * Broadcom BCM470X / BCM5301X Nand chip defaults.
4  *
5  * This should be included if the NAND controller is on chip select 0
6  * and uses 8 bit ECC.
7  *
8  * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
9  */
10
11 #include "bcm5301x-nand-cs0.dtsi"
12
13 &nandcs {
14         nand-ecc-algo = "bch";
15         nand-ecc-strength = <8>;
16         nand-ecc-step-size = <512>;
17 };