diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-25 09:54:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-25 09:54:59 -0400 |
commit | f9d16f2c0daf68dcb963c08c927f5f0a07cf75e4 (patch) | |
tree | 25237e7268de1d018aa9ac9eda20ac63e124c7bf /drivers/mtd/spi/spi-nor-ids.c | |
parent | 3eebbd866bfa8e889e52d1734b574a585e076a5a (diff) | |
parent | 622b5d356136f9172db7fe7ba240cd9e45097a19 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-spi
- Add s28hl512t, s28hl01gt (Takahiro)
- Rework s25hx_t_post_bfpt_fixup() (Takahiro)
Diffstat (limited to 'drivers/mtd/spi/spi-nor-ids.c')
-rw-r--r-- | drivers/mtd/spi/spi-nor-ids.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 65eb35a918..5f8f3ec955 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -294,8 +294,11 @@ const struct flash_info spi_nor_ids[] = { USE_CLSR) }, { INFO6("s25hs02gt", 0x342b1c, 0x0f0090, 256 * 1024, 1024, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, -#ifdef CONFIG_SPI_FLASH_S28HS512T +#ifdef CONFIG_SPI_FLASH_S28HX_T + { INFO("s28hl512t", 0x345a1a, 0, 256 * 1024, 256, SPI_NOR_OCTAL_DTR_READ) }, + { INFO("s28hl01gt", 0x345a1b, 0, 256 * 1024, 512, SPI_NOR_OCTAL_DTR_READ) }, { INFO("s28hs512t", 0x345b1a, 0, 256 * 1024, 256, SPI_NOR_OCTAL_DTR_READ) }, + { INFO("s28hs01gt", 0x345b1b, 0, 256 * 1024, 512, SPI_NOR_OCTAL_DTR_READ) }, #endif #endif #ifdef CONFIG_SPI_FLASH_SST /* SST */ |