14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
/*
|
|
* Copyright 2016 Luxul Inc.
|
|
*
|
|
* Licensed under the ISC license.
|
|
*/
|
|
|
|
#include "bcm5301x-nand-cs0.dtsi"
|
|
|
|
&nandcs {
|
|
nand-ecc-algo = "bch";
|
|
nand-ecc-strength = <4>;
|
|
nand-ecc-step-size = <512>;
|
|
};
|