Re: [PATCH] mtd: spi-nor: ids: Add is25lx512 chip

2024-01-29 Thread Jagan Teki
On Wed, Dec 27, 2023 at 9:58 PM Tejas Bhumkar wrote: > > Added support for the ISSI OSPI flash part IS25LX512M. > Initial testing was performed on the Tenzing-se1 board using > SDR mode, covering basic erase, write, and readback operations. > > Signed-off-by: Tejas Bhumkar > --- Applied to u-boo

[PATCH] mtd: spi-nor: ids: Add is25lx512 chip

2023-12-27 Thread Tejas Bhumkar
Added support for the ISSI OSPI flash part IS25LX512M. Initial testing was performed on the Tenzing-se1 board using SDR mode, covering basic erase, write, and readback operations. Signed-off-by: Tejas Bhumkar --- drivers/mtd/spi/spi-nor-ids.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a