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-bch8.dtsi (393B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
      2/*
      3 * Broadcom BCM470X / BCM5301X Nand chip defaults.
      4 *
      5 * This should be included if the NAND controller is on chip select 0
      6 * and uses 8 bit ECC.
      7 *
      8 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
      9 */
     10
     11#include "bcm5301x-nand-cs0.dtsi"
     12
     13&nandcs {
     14	nand-ecc-algo = "bch";
     15	nand-ecc-strength = <8>;
     16	nand-ecc-step-size = <512>;
     17};