[U-Boot] [PATCH] mtd: spi: Add Macronix MX66U2G45F device

Add Macronix MX66U2G45F flash device description. This is a 256 MiB part.
Signed-off-by: Marek Vasut marex@denx.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com Cc: Vignesh R vigneshr@ti.com --- drivers/mtd/spi/spi-nor-ids.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 3215e2431d..8550abda0c 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -142,6 +142,7 @@ const struct flash_info spi_nor_ids[] = { { INFO("mx25l25655e", 0xc22619, 0, 64 * 1024, 512, 0) }, { INFO("mx66l51235l", 0xc2201a, 0, 64 * 1024, 1024, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, { INFO("mx66u51235f", 0xc2253a, 0, 64 * 1024, 1024, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, + { INFO("mx66u2g45f", 0xc2253c, 0, 64 * 1024, 4096, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, { INFO("mx66l1g45g", 0xc2201b, 0, 64 * 1024, 2048, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, { INFO("mx25l1633e", 0xc22415, 0, 64 * 1024, 32, SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES | SECT_4K) }, #endif

On Fri, Mar 8, 2019 at 3:57 AM Marek Vasut marex@denx.de wrote:
Add Macronix MX66U2G45F flash device description. This is a 256 MiB part.
Couldn't find the datasheet on web, do you have a link?

On 3/21/19 5:57 PM, Jagan Teki wrote:
On Fri, Mar 8, 2019 at 3:57 AM Marek Vasut marex@denx.de wrote:
Add Macronix MX66U2G45F flash device description. This is a 256 MiB part.
Couldn't find the datasheet on web, do you have a link?
Try this, the F seems compatible to the G . http://www.macronix.com/Lists/Datasheet/Attachments/7481/MX66U2G45G,%201.8V,...

On Fri, Mar 22, 2019 at 3:09 AM Marek Vasut marex@denx.de wrote:
On 3/21/19 5:57 PM, Jagan Teki wrote:
On Fri, Mar 8, 2019 at 3:57 AM Marek Vasut marex@denx.de wrote:
Add Macronix MX66U2G45F flash device description. This is a 256 MiB part.
Couldn't find the datasheet on web, do you have a link?
Try this, the F seems compatible to the G . http://www.macronix.com/Lists/Datasheet/Attachments/7481/MX66U2G45G,%201.8V,...
I would suggest to go with G to avoid confusion. what do you think? if yes will update while applying.

On 4/3/19 8:10 AM, Jagan Teki wrote:
On Fri, Mar 22, 2019 at 3:09 AM Marek Vasut marex@denx.de wrote:
On 3/21/19 5:57 PM, Jagan Teki wrote:
On Fri, Mar 8, 2019 at 3:57 AM Marek Vasut marex@denx.de wrote:
Add Macronix MX66U2G45F flash device description. This is a 256 MiB part.
Couldn't find the datasheet on web, do you have a link?
Try this, the F seems compatible to the G . http://www.macronix.com/Lists/Datasheet/Attachments/7481/MX66U2G45G,%201.8V,...
I would suggest to go with G to avoid confusion. what do you think? if yes will update while applying.
It won't match the HW I have, but whatever.

On Wed, Apr 3, 2019 at 5:22 PM Marek Vasut marex@denx.de wrote:
On 4/3/19 8:10 AM, Jagan Teki wrote:
On Fri, Mar 22, 2019 at 3:09 AM Marek Vasut marex@denx.de wrote:
On 3/21/19 5:57 PM, Jagan Teki wrote:
On Fri, Mar 8, 2019 at 3:57 AM Marek Vasut marex@denx.de wrote:
Add Macronix MX66U2G45F flash device description. This is a 256 MiB part.
Couldn't find the datasheet on web, do you have a link?
Try this, the F seems compatible to the G . http://www.macronix.com/Lists/Datasheet/Attachments/7481/MX66U2G45G,%201.8V,...
I would suggest to go with G to avoid confusion. what do you think? if yes will update while applying.
It won't match the HW I have, but whatever.
Applied to u-boot-spi/master
participants (2)
-
Jagan Teki
-
Marek Vasut