cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

bcm5301x-nand-cs0-bch4.dtsi (216B)


      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};