Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / mtd / spi-nor / fujitsu.c
blobe385d93e756cc724e69e48fbea23683f847d49a6
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (C) 2005, Intec Automation Inc.
4 * Copyright (C) 2014, Freescale Semiconductor, Inc.
5 */
7 #include <linux/mtd/spi-nor.h>
9 #include "core.h"
11 static const struct flash_info fujitsu_parts[] = {
12 /* Fujitsu */
13 { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
16 const struct spi_nor_manufacturer spi_nor_fujitsu = {
17 .name = "fujitsu",
18 .parts = fujitsu_parts,
19 .nparts = ARRAY_SIZE(fujitsu_parts),