Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ati_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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},
Expand Down