Nick: icon E-mail: none Board: MX25L3233F Contents: diff --git a/flashchips.c b/flashchips.c index 5b328f8ab..8ccf789c3 100644 --- a/flashchips.c +++ b/flashchips.c @@ -8775,13 +8775,13 @@ const struct flashchip flashchips[] = { { .vendor = "Macronix", - .name = "MX25L3273E", + .name = "MX25L3233F/MX25L3273E", .bustype = BUS_SPI, .manufacture_id = MACRONIX_ID, .model_id = MACRONIX_MX25L3205, .total_size = 4096, .page_size = 256, - /* OTP: 64B total; enter 0xB1, exit 0xC1 */ + /* OTP: 512B total; enter 0xB1, exit 0xC1 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP, .tested = TEST_OK_PREW, .probe = probe_spi_rdid, @@ -8809,7 +8809,7 @@ const struct flashchip flashchips[] = { .unlock = spi_disable_blockprotect_bp3_srwd, .write = spi_chip_write_256, .read = spi_chip_read, /* Fast read (0x0B) and dual I/O supported */ - .voltage = {2700, 3600}, + .voltage = {2700, 3600}, /* 33F 2.65V..3.6V */ }, {