diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-03-15 15:14:40 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-22 11:56:29 -0400 |
commit | 92cd0047a9d4bbd2c0495a68c47c36075211dbaf (patch) | |
tree | a462b4c028bb6dbe66fa764295ca77477da6eb97 /arch/mips | |
parent | d8d9bfb90b772de28c2dea3a1e9338eb46ba42c2 (diff) | |
download | u-boot-92cd0047a9d4bbd2c0495a68c47c36075211dbaf.tar.gz |
dt: bcm968380gerg: enable nand controller
Enable the nand controller in the device tree
of the board bcm96838gerg.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/dts/brcm,bcm968380gerg.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm968380gerg.dts b/arch/mips/dts/brcm,bcm968380gerg.dts index 98471e3894..5a5ac0ea7d 100644 --- a/arch/mips/dts/brcm,bcm968380gerg.dts +++ b/arch/mips/dts/brcm,bcm968380gerg.dts @@ -50,3 +50,15 @@ &gpio_mid1 { status = "okay"; }; + +&nand { + status = "okay"; + + nandcs@0 { + compatible = "brcm,nandcs"; + reg = <0>; + nand-ecc-strength = <4>; + nand-ecc-step-size = <512>; + brcm,nand-oob-sector-size = <16>; + }; +}; |