Lines Matching full:ecc
1 * Ingenic JZ4780 NAND/ECC
17 - ecc-engine: To make use of the hardware ECC controller, this
18 property must contain a phandle for the ECC controller node. The required
20 software ECC will be used instead.
29 - nand-ecc-step-size: ECC block size in bytes.
30 - nand-ecc-strength: ECC strength (max number of correctable bits).
31 - nand-ecc-mode: String, operation mode of the NAND ecc mode. "hw" by default
51 ecc-engine = <&bch>;
56 nand-ecc-step-size = <1024>;
57 nand-ecc-strength = <24>;
58 nand-ecc-mode = "hw";
73 The ECC controller is a separate SoC component used for error correction on
75 ECC controller.
77 Required ECC properties:
79 * ingenic,jz4740-ecc
82 - reg: Should specify the ECC controller registers location and length.
83 - clocks: Clock for the ECC controller.