Skip to content

Commit

Permalink
mtd: spi-nor: add support for EON EN25QH128
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Ryazanov <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
  • Loading branch information
rsa9000 authored and computersforpeace committed Jul 14, 2014
1 parent 4f5cb24 commit a41595b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/spi-nor/spi-nor.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ const struct spi_device_id spi_nor_ids[] = {
{ "en25q32b", INFO(0x1c3016, 0, 64 * 1024, 64, 0) },
{ "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
{ "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
{ "en25qh128", INFO(0x1c7018, 0, 64 * 1024, 256, 0) },
{ "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },

/* ESMT */
Expand Down

0 comments on commit a41595b

Please sign in to comment.