[hi3516ev200] Add ZB25VQ64A (#645)

pull/649/head
Dmitry Ermakov 2023-02-20 23:28:40 +03:00 committed by GitHub
parent 5fc88b9590
commit 81bdb1f846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
diff -urpN b/drivers/mtd/spi-nor/spi-nor.c c/drivers/mtd/spi-nor/spi-nor.c
--- b/drivers/mtd/spi-nor/spi-nor.c 2022-12-16 18:03:31.360567323 +0000
+++ c/drivers/mtd/spi-nor/spi-nor.c 2022-12-16 18:20:04.145839079 +0000
@@ -1477,6 +1477,9 @@ static const struct flash_info spi_nor_i
@@ -1477,6 +1477,10 @@ static const struct flash_info spi_nor_i
{ "BY25Q128AS",INFO(0x684018, 0, 64 * 1024, 256,
SPI_NOR_DUAL_READ), PARAMS(spansion), CLK_MHZ_2X(80) },
+ /* ZBIT */
+ { "zb25vq128",INFO(0x5e4018, 0, 64*1024, 256, 0) },
+ { "zb25vq64a",INFO(0x5e4017, 0, 64*1024, 128, 0) },
+ { "zb25vq128a",INFO(0x5e4018, 0, 64*1024, 256, 0) },
+
{ },
};