Merge branch 'master' into fix_rtl8188fu

pull/598/head
cronyx 2022-12-22 20:57:29 +03:00 committed by GitHub
commit 9aa446a09e
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) },
+
{ },
};