Skip to content

Commit bc5be9e

Browse files
committed
mtd: spi-nor: add flash info for XT25F32B
This is used on ROCK 4. Signed-off-by: Yuntian Zhang <[email protected]>
1 parent 1389013 commit bc5be9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mtd/spi-nor/xtx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include "core.h"
99

1010
static const struct flash_info xtx_parts[] = {
11+
{ "XT25F32B", INFO(0x0b4016, 0, 64 * 1024, 64,
12+
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
1113
{ "XT25F64F", INFO(0x0b4017, 0, 64 * 1024, 128,
1214
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
1315
{ "XT25F128B", INFO(0x0b4018, 0, 64 * 1024, 256,

0 commit comments

Comments
 (0)