mtd: fix M29W800D dev_id and uaddr
authorLadislav Michl <Ladislav.Michl@seznam.cz>
Sun, 22 Nov 2009 23:06:50 +0000 (00:06 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 30 Nov 2009 11:38:32 +0000 (11:38 +0000)
commitdb5432db81b1775f145945b21428490583ab3e2b
tree7ec4658a3c67c547a49387825913204487054aec
parentd5ba1c8ffd0b7d38e1fac48184637e6d6c1197d3
mtd: fix M29W800D dev_id and uaddr

This one sits in my tree for more than two years...
Using device code found on page 12 (http://www.btdesigner.com/pdfs/M29W800D.pdf)
and unlock address from page 15 MTD subsytem happily detects ST M29W800DB
in 16-bit mode. I do believe original author used only 8-bit mode and thus
didn't hit this bug.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/chips/jedec_probe.c