Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14-rc2 15 lines 268 B view raw
1/* 2 * Broadcom Northstar NAND. 3 * 4 * Copyright (C) 2016 Rafał Miłecki <rafal.milecki@gmail.com> 5 * 6 * Licensed under the ISC license. 7 */ 8 9#include "bcm5301x-nand-cs0.dtsi" 10 11&nandcs { 12 nand-ecc-algo = "bch"; 13 nand-ecc-strength = <1>; 14 nand-ecc-step-size = <512>; 15};