mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 12:39:24 +07:00
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>;
|
||
|
};
|