Re: [PATCH v1] drivers: spi: Add MT25U01G part number for SPI NOR Flash

2023-12-14 Thread Jagan Teki
On Fri, Aug 4, 2023 at 7:57 AM Jit Loon Lim wrote: > > MT25QU01 OPN with 4B OPCODE support is currently not supported in > source code and the driver reuses the definition for "n25q00a" > which has the same silicon ID but is a slower part. > > Adding mt25u01g definition to the source code to suppo

[PATCH v1] drivers: spi: Add MT25U01G part number for SPI NOR Flash

2023-08-03 Thread Jit Loon Lim
MT25QU01 OPN with 4B OPCODE support is currently not supported in source code and the driver reuses the definition for "n25q00a" which has the same silicon ID but is a slower part. Adding mt25u01g definition to the source code to support a faster read response for MT25QU01 QSPI NOR Flash device.