Merge branch 'linus' into timers/urgent, to pick up fixes
[deliverable/linux.git] / arch / arm / boot / dts / bcm5301x-nand-cs0-bch8.dtsi
1 /*
2 * Broadcom BCM470X / BCM5301X Nand chip defaults.
3 *
4 * This should be included if the NAND controller is on chip select 0
5 * and uses 8 bit ECC.
6 *
7 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
8 *
9 * Licensed under the GNU/GPL. See COPYING for details.
10 */
11
12 #include "bcm5301x-nand-cs0.dtsi"
13
14 &nandcs {
15 nand-ecc-algo = "bch";
16 nand-ecc-strength = <8>;
17 nand-ecc-step-size = <512>;
18 };
This page took 0.069938 seconds and 5 git commands to generate.