From 0292783cedb3cf1db2827e4f8653149837b31e7d Mon Sep 17 00:00:00 2001 From: Sahaj Sarup Date: Tue, 20 Oct 2020 17:46:57 +0530 Subject: [PATCH] ati_spi: add support for Cape Verde PRO [Radeon HD 7750/8740 / R7 250E] Tested with Sapphire R7 250E, Read, Write and Erase Signed-off-by: Sahaj Sarup --- ati_spi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ati_spi.c b/ati_spi.c index 3c61a14..21e3757 100644 --- a/ati_spi.c +++ b/ati_spi.c @@ -408,7 +408,7 @@ static const struct ati_spi_pci_private northern_island_spi_pci_private = { }; /* - * Used by Lombok. + * Used by Lombok & Cape Verde PRO * Verde, Pitcairn, Hainan and Oland are pending. */ static const struct ati_spi_pci_private southern_island_spi_pci_private = { @@ -862,6 +862,7 @@ const struct flashrom_pci_match ati_spi_pci_devices[] = { {0x1002, 0x67EB, NT, &iceland_spi_pci_private}, {0x1002, 0x67EF, NT, &iceland_spi_pci_private}, {0x1002, 0x67FF, NT, &iceland_spi_pci_private}, + {0x1002, 0x683F, NT, &southern_island_spi_pci_private}, {0x1002, 0x6840, NT, &southern_island_spi_pci_private}, {0x1002, 0x6841, NT, &southern_island_spi_pci_private}, {0x1002, 0x6842, NT, &southern_island_spi_pci_private},