Skip to content

Commit d086aee

Browse files
committed
Support GD28LQ128 QSPI flash
Signed-off-by: MichaelZhuxx <[email protected]>
1 parent 0084526 commit d086aee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spi/spi_probe.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ static const struct spi_flash_params spi_flash_table[] =
154154
//{"IS25WP256D", 0x19609d, 8,16,16,256, NOR},
155155
//{"MT25QL256ABA", 0x19ba20, 8,16,16,256, NOR},
156156
//{"GD25LB64C", 0x1760C8, 8,16,16,256, NOR},
157-
{"S25FL512S_512K", 0x200201, 8,16,64,256, NOR},
158-
{"GD25LQ256D", 0x1960C8, 8,16,16,512, NOR},
157+
{"S25FL512S_512K", 0x200201, 8,16,64,256, NOR},
158+
{"GD25LQ256D", 0x1960C8, 8,16,16,512, NOR},
159+
{"GD25LQ128", 0x1960C8, 8,16,16,256, NOR},
159160
//{"GD25LB64B", 0xC86017, 8,16,16,256, NOR},
160161
//{"NORMAL", 0x000000, 8,16,16, 1, NOR},
161162

0 commit comments

Comments
 (0)