Message ID | 20210309220014.22205-2-tharvey@gateworks.com |
---|---|
State | New |
Headers | show |
Series | [1/4] dt-bindings: at25: add Fujitsu MB85RS4MT | expand |
diff --git a/drivers/mtd/spi-nor/fujitsu.c b/drivers/mtd/spi-nor/fujitsu.c index e385d93e756c..9df5d0576cea 100644 --- a/drivers/mtd/spi-nor/fujitsu.c +++ b/drivers/mtd/spi-nor/fujitsu.c @@ -11,6 +11,7 @@ static const struct flash_info fujitsu_parts[] = { /* Fujitsu */ { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) }, + { "mb85rs4mt", INFO(0x047f49, 0, 512 * 1024, 1, SPI_NOR_NO_ERASE) }, }; const struct spi_nor_manufacturer spi_nor_fujitsu = {
Add support for the Fujitsu MB85RS4MT SPI FRAM EEPROM device. This is a 512KiB FRAM EEPROM. Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- drivers/mtd/spi-nor/fujitsu.c | 1 + 1 file changed, 1 insertion(+)