Re: [PATCH v2] mtd: spi-nor: macronix: Add support for mx66l2g45g

From: Michael Walle
Date: Mon May 23 2022 - 10:59:16 EST


Am 2022-05-23 16:33, schrieb Jiaqing Zhao:
Use PARSE_SFDP for now as the SNOR_ID3() patch is not merged yet, will
switch to it after it is merged.

Fair enough, could you resubmit it with
{ "mx66l2g45g", INFO(0xc2201c, 0, 0, 0) PARSE_SFDP },

Looks odd, but is the same as SNOR_ID3(0xc2201c), so we can just
switch to the new macro without any more testing. Or Pratyush can
replace it inline while committing this patch if the SNOR_ID3()
will make it in before.

-michael