You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
mtd: spi-nor: xmc: Support XM25QU256C
Change-Id: I2ad00d784627f2ca69c6bec46d97ab1415facc42 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -37,6 +37,9 @@ static const struct flash_info xmc_nor_parts[] = {
|
||||
{ "XM25QU128C", INFO(0x204118, 0, 64 * 1024, 256)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
|
||||
SPI_NOR_QUAD_READ) },
|
||||
{ "XM25QU256C", INFO(0x204119, 0, 64 * 1024, 512)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
|
||||
SPI_NOR_QUAD_READ) },
|
||||
};
|
||||
|
||||
const struct spi_nor_manufacturer spi_nor_xmc = {
|
||||
|
||||
Reference in New Issue
Block a user