spi-nor zb25vq128 support (#594)

pull/599/head
VanrVanr 2022-12-22 16:10:34 +01:00 committed by GitHub
parent aedc2d8308
commit b739c21783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +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
{ "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) },
+
{ },
};