[PATCH v7 7/7] mtd: spi-nor: add support for Macronix Octal flash
Michael Walle
mwalle at kernel.org
Fri Jan 5 05:11:22 PST 2024
> + }, {
> + .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) }
-michael
More information about the linux-mtd
mailing list