[PATCH v7 7/7] mtd: spi-nor: add support for Macronix Octal flash
liao jaime
jaimeliao.tw at gmail.com
Thu Jan 11 21:47:18 PST 2024
Hi Michael
>
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x83, 0x39),
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x80, 0x39),
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x85, 0x39),
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x80, 0x3a),
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x85, 0x3a),
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x80, 0x3b),
> > + }, {
> > + .id = SNOR_ID(0xc2, 0x85, 0x3b),
>
> Should just be:
>
> /* We need the manufacturer fixups. Keep this last. */
> { .id = SNOR_ID(0xc2) }
Do you mean I could add this in the last?
Or I need to abandon above ID list?
Sound good.
>
> -michael
Thanks
Jaime
More information about the linux-mtd
mailing list