diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-07 16:42:23 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-07 16:42:23 +0000 |
commit | 183d628485adbeb3d1eb34185dc2ef53ca6289ff (patch) | |
tree | 4dd2c449f4e347957a331198b70f12fca7a30680 /target | |
parent | 8f9b14dafef1e9e2117edc1004e452d5d2a0782d (diff) | |
download | upstream-183d628485adbeb3d1eb34185dc2ef53ca6289ff.tar.gz upstream-183d628485adbeb3d1eb34185dc2ef53ca6289ff.tar.bz2 upstream-183d628485adbeb3d1eb34185dc2ef53ca6289ff.zip |
patches-2.6.35: Added flash chip definition for Macronix MX29LV640T. Thanks blunoise
SVN-Revision: 24307
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/500-mx29lv640t_flash_chip | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.35/500-mx29lv640t_flash_chip b/target/linux/brcm63xx/patches-2.6.35/500-mx29lv640t_flash_chip new file mode 100644 index 0000000000..9d0185666f --- /dev/null +++ b/target/linux/brcm63xx/patches-2.6.35/500-mx29lv640t_flash_chip @@ -0,0 +1,30 @@ +--- a/drivers/mtd/chips/jedec_probe.c ++++ b/drivers/mtd/chips/jedec_probe.c +@@ -105,6 +105,7 @@ + #define MX29LV040C 0x004F + #define MX29LV160T 0x22C4 + #define MX29LV160B 0x2249 ++#define MX29LV640T 0x227e + #define MX29F040 0x00A4 + #define MX29F016 0x00AD + #define MX29F002T 0x00B0 +@@ -1162,6 +1163,19 @@ static const struct amd_flash_info jedec + ERASEINFO(0x04000,1) + } + }, { ++ .mfr_id = CFI_MFR_MACRONIX, ++ .dev_id = MX29LV640T, ++ .name = "MXIC MX29LV640T", ++ .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8, ++ .uaddr = MTD_UADDR_0x0AAA_0x0555, ++ .dev_size = SIZE_8MiB, ++ .cmd_set = P_ID_AMD_STD, ++ .nr_regions = 2, ++ .regions = { ++ ERASEINFO(0x10000,127), ++ ERASEINFO(0x02000,8) ++ } ++ }, { + .mfr_id = CFI_MFR_NEC, + .dev_id = UPD29F064115, + .name = "NEC uPD29F064115", |