public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/mtd/chips/jedec_probe.c (linux-2.6.25.10)
@ 2008-07-07 18:16 Jerry Hicks
  0 siblings, 0 replies; only message in thread
From: Jerry Hicks @ 2008-07-07 18:16 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

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.

Cheers,

Jerry Hicks

[-- Attachment #2: jedec_probe.c.patch --]
[-- Type: application/octet-stream, Size: 327 bytes --]

--- linux-2.6.25.10/drivers/mtd/chips/jedec_probe.c.orig	2008-07-02 23:46:47.000000000 -0400
+++ linux-2.6.25.10/drivers/mtd/chips/jedec_probe.c	2008-07-07 12:49:34.191400000 -0400
@@ -40,7 +40,7 @@
 
 
 /* AMD */
-#define AM29DL800BB	0x22C8
+#define AM29DL800BB	0x22CB
 #define AM29DL800BT	0x224A
 
 #define AM29F800BB	0x2258

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-07 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 18:16 [PATCH] drivers/mtd/chips/jedec_probe.c (linux-2.6.25.10) Jerry Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox