aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/ti/pci1x2x
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-04-20 08:58:08 +0000
committerSven Schnelle <svens@stackframe.org>2011-04-20 08:58:08 +0000
commit20f7f3bf913652d11e8d606471f7da213a7a7ffb (patch)
treecd5db39934e5fe2eb93980a3e2354a89b092a937 /src/southbridge/ti/pci1x2x
parentbaec0346b028d59c4ec226961d977bec0c57ed7e (diff)
pci1x2x: add PCI1510 device IDs
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/ti/pci1x2x')
-rw-r--r--src/southbridge/ti/pci1x2x/pci1x2x.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/southbridge/ti/pci1x2x/pci1x2x.c b/src/southbridge/ti/pci1x2x/pci1x2x.c
index 901a31dc82..8cb5116664 100644
--- a/src/southbridge/ti/pci1x2x/pci1x2x.c
+++ b/src/southbridge/ti/pci1x2x/pci1x2x.c
@@ -77,6 +77,12 @@ static const struct pci_driver ti_pci1420_driver __pci_driver = {
.device = PCI_DEVICE_ID_TI_1420,
};
+static const struct pci_driver ti_pci1510_driver __pci_driver = {
+ .ops = &southbridge_ti_pci1x2x_pciops,
+ .vendor = PCI_VENDOR_ID_TI,
+ .device = PCI_DEVICE_ID_TI_1510,
+};
+
static const struct pci_driver ti_pci1520_driver __pci_driver = {
.ops = &southbridge_ti_pci1x2x_pciops,
.vendor = PCI_VENDOR_ID_TI,