Re: [PATCH V1 1/1] linux: drivers: mtd: spi-nor: gigadevice.c

From: Tudor Ambarus
Date: Thu Jul 20 2023 - 02:53:52 EST


Does these flashes support SFDP tables? Here's how you can
determine that:
https://lore.kernel.org/linux-mtd/cover.1686557139.git.Takahiro.Kuwano@xxxxxxxxxxxx/

If yes, then you could use the generic spi-nor driver,
thus you won't need to explicitly define flash entries.
See:
773bbe104497 mtd: spi-nor: add generic flash driver