mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
4335e6fd58
Luxul XWR-3100 is a wireless router based on BCM47094 SoC with two 4366c0 FullMAC PCIe cards on the PCB. It uses NAND with BCH-4 ECC algorithm. Signed-off-by: Dan Haab <dhaab@luxul.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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>;
|
|
};
|