Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
v6.2
 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};
v4.10.11
 
 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};