repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
bcm5301x-nand-cs0-bch4.dtsi
blob
18e25e302b132fceb1f234987c2897454f05272c
1
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
/*
3
* Copyright 2016 Luxul Inc.
4
*/
5
6
#include "bcm5301x-nand-cs0.dtsi"
7
8
&nandcs {
9
nand-ecc-algo = "bch";
10
nand-ecc-strength = <4>;
11
nand-ecc-step-size = <512>;
12
};