mirror of https://github.com/OpenIPC/firmware.git
spi-nor zb25vq128 support (#594)
parent
aedc2d8308
commit
b739c21783
|
@ -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) },
|
||||||
|
+
|
||||||
|
{ },
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue