]> git.karo-electronics.de Git - linux-beck.git/commit
mtd: sunxi_nand: Select the chip in sunxi_nand_chip_init_timings()
authorStefan Roese <sr@denx.de>
Fri, 28 Aug 2015 12:45:21 +0000 (14:45 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 9 Sep 2015 23:51:47 +0000 (16:51 -0700)
commit7eadd47fd708df2028877558d085f47dc9086459
treed56ac9e66357e5d9722a80f5a0df58f65118b368
parenta9cadf72bfb7185a680eb7599b9bda65d1515b9f
mtd: sunxi_nand: Select the chip in sunxi_nand_chip_init_timings()

nand_scan_ident() leaves the chip deselected. So just issuing some commands
from the sunxi driver does not work. We need to select the chip before
writing the commands to the NAND device. This patch takes care of this.

Set the new timing on all dies implemented as suggested by Boris.

This was detected on the in-circuit ICnova-A20 SoM equipped with the
Micron MT29F32G08CBACAWP (4GiB) ONFI NAND device.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Roy Spliet <r.spliet@ultimaker.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
[Brian: fixup whitespace]
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/sunxi_nand.c