[PATCH] mtd: spi-nor: micron-st: Add support for mt25qu01g
Fabio Estevam
festevam at gmail.com
Tue Oct 24 09:20:37 PDT 2023
On Tue, Oct 24, 2023 at 12:53 PM Tudor Ambarus <tudor.ambarus at linaro.org> wrote:
> drivers/mtd/spi-nor/sfdp.c, search for n_dice. spi_nor_parse_sccr_mc()
On my tests, spi_nor_parse_sccr_mc() never gets called.
In the 'switch (SFDP_PARAM_HEADER_ID(param_header))' the following
case is reached.
case SFDP_4BAIT_ID:
err = spi_nor_parse_4bait(nor, param_header);
break;
so spi_nor_parse_sccr_mc() does not run.
What should be done to get spi_nor_parse_sccr_mc() called?
Thanks
More information about the linux-mtd
mailing list