![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 0002 /* 0003 * Broadcom BCM470X / BCM5301X Nand chip defaults. 0004 * 0005 * This should be included if the NAND controller is on chip select 0 0006 * and uses 8 bit ECC. 0007 * 0008 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de> 0009 */ 0010 0011 #include "bcm5301x-nand-cs0.dtsi" 0012 0013 &nandcs { 0014 nand-ecc-algo = "bch"; 0015 nand-ecc-strength = <8>; 0016 nand-ecc-step-size = <512>; 0017 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |