mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
95b1bc2053
commit
4a22442fae
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
|
||||
/* AMD */
|
||||
#define AM29DL800BB 0x22C8
|
||||
#define AM29DL800BB 0x22CB
|
||||
#define AM29DL800BT 0x224A
|
||||
|
||||
#define AM29F800BB 0x2258
|
||||
|
|
Loading…
Reference in a new issue