mirror of https://github.com/OpenIPC/firmware.git
[hi3516ev200] Add ZB25VQ64A (#645)
parent
5fc88b9590
commit
81bdb1f846
|
@ -1,12 +1,13 @@
|
||||||
diff -urpN b/drivers/mtd/spi-nor/spi-nor.c c/drivers/mtd/spi-nor/spi-nor.c
|
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
|
--- 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
|
+++ 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,
|
{ "BY25Q128AS",INFO(0x684018, 0, 64 * 1024, 256,
|
||||||
SPI_NOR_DUAL_READ), PARAMS(spansion), CLK_MHZ_2X(80) },
|
SPI_NOR_DUAL_READ), PARAMS(spansion), CLK_MHZ_2X(80) },
|
||||||
|
|
||||||
+ /* ZBIT */
|
+ /* 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) },
|
||||||
+
|
+
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue