sb/intel/ibexpeak: Remove 6/7 series chipset PCI IDs
Support for the Ibex Peak chipset was added in commit888d559b03("Support for Ibexpeak southbridge") by copy-pasting the bd82x6x implementation and making appropriate changes. This resulted in some of the PCI IDs for 6/7 series chipsets being left behind. While some of these PCI IDs were removed in a commitb7d8788880("ibexpeak/lpc: Fix PCIIDs."), there are still some that remain, we remove those in this commit. Change-Id: I5dc0e4fb2694eec9ef6246e0ae9211dff604d5b9 Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89569 Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
2fc8051679
commit
94672e2b45
3 changed files with 0 additions and 5 deletions
|
|
@ -117,8 +117,6 @@ static struct device_operations azalia_ops = {
|
|||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
0x1c20,
|
||||
0x1e20,
|
||||
PCI_DID_INTEL_IBEXPEAK_AUDIO,
|
||||
0
|
||||
};
|
||||
|
|
|
|||
|
|
@ -515,7 +515,6 @@ static struct device_operations device_ops = {
|
|||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
0x1c3a,
|
||||
PCI_DID_INTEL_IBEXPEAK_HECI1,
|
||||
0
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ static struct device_operations smbus_ops = {
|
|||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
0x1c22,
|
||||
0x1e22,
|
||||
PCI_DID_INTEL_IBEXPEAK_SMBUS,
|
||||
0
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue