[MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device ID

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jul 31 03:59:01 EDT 2008


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=4a22442faeb33bdf34016a7b1f6b3d6ecd4e33e5
Commit:     4a22442faeb33bdf34016a7b1f6b3d6ecd4e33e5
Parent:     95b1bc20532c18e3f19cd460c8350350c84ffbb2
Author:     Jerry Hicks <hickswgjr at gmail.com>
AuthorDate: Wed Jul 30 12:49:59 2008 -0700
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Thu Jul 31 08:34:46 2008 +0100

    [MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device ID
    
    The device id for Am29DL800BB in jedec_probe.c is wrong.
    
    Reference: http://www.spansion.com/datasheets/21519c4.pdf
    
    I discovered this while working with u-boot.
    
    The u-boot folks mentioned Linux as an upstream reference, thought I'd
    post a heads-up here too.
    
    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/chips/jedec_probe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index dbba5ab..f84ab61 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -41,7 +41,7 @@
 
 
 /* AMD */
-#define AM29DL800BB	0x22C8
+#define AM29DL800BB	0x22CB
 #define AM29DL800BT	0x224A
 
 #define AM29F800BB	0x2258



More information about the linux-mtd-cvs mailing list