mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
sf: dataflash: add support for AT45DB641E
NOTE: this chip uses "extened device information" Signed-off-by: Luca Ellero <l.ellero@asem.it> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
1c1c581d56
commit
c62f93a620
1 changed files with 3 additions and 0 deletions
|
@ -510,6 +510,9 @@ static struct data_flash_info dataflash_data[] = {
|
|||
|
||||
{ "AT45DB642x", 0x1f2800, 8192, 1056, 11, SUP_POW2PS},
|
||||
{ "at45db642d", 0x1f2800, 8192, 1024, 10, SUP_POW2PS | IS_POW2PS},
|
||||
|
||||
{ "AT45DB641E", 0x1f28000100ULL, 32768, 264, 9, SUP_EXTID | SUP_POW2PS},
|
||||
{ "at45db641e", 0x1f28000100ULL, 32768, 256, 8, SUP_EXTID | SUP_POW2PS | IS_POW2PS},
|
||||
};
|
||||
|
||||
static struct data_flash_info *jedec_lookup(struct spi_slave *spi,
|
||||
|
|
Loading…
Reference in a new issue