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-bch1.dtsi (282B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
      2/*
      3 * Broadcom Northstar NAND.
      4 *
      5 * Copyright (C) 2016 Rafał Miłecki <rafal.milecki@gmail.com>
      6 */
      7
      8#include "bcm5301x-nand-cs0.dtsi"
      9
     10&nandcs {
     11	nand-ecc-algo = "bch";
     12	nand-ecc-strength = <1>;
     13	nand-ecc-step-size = <512>;
     14};