[coreboot-gerrit] Change in coreboot[master]: sb/intel/lynxpoint: Add a PCI ID for an SMBus controller

Tristan Corrick (Code Review) gerrit at coreboot.org
Wed Oct 31 13:45:01 CET 2018


Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/29377


Change subject: sb/intel/lynxpoint: Add a PCI ID for an SMBus controller
......................................................................

sb/intel/lynxpoint: Add a PCI ID for an SMBus controller

The PCI ID was taken from the output of `lspci` on an ASRock H81M-HDS.

Change-Id: Idc222392a0973f9ea62b943d18dd762b48c76d17
Signed-off-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/southbridge/intel/lynxpoint/smbus.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/29377/1

diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c
index f9deb7d..307d7d4 100644
--- a/src/southbridge/intel/lynxpoint/smbus.c
+++ b/src/southbridge/intel/lynxpoint/smbus.c
@@ -109,7 +109,10 @@
 	.ops_pci		= &smbus_pci_ops,
 };
 
-static const unsigned short pci_device_ids[] = { 0x1c22, 0x1e22, 0x9c22, 0 };
+static const unsigned short pci_device_ids[] = {
+	0x1c22, 0x1e22, 0x8c22, 0x9c22,
+	0
+};
 
 static const struct pci_driver pch_smbus __pci_driver = {
 	.ops	 = &smbus_ops,

-- 
To view, visit https://review.coreboot.org/29377
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc222392a0973f9ea62b943d18dd762b48c76d17
Gerrit-Change-Number: 29377
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan at corrick.kiwi>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181031/d4f81327/attachment-0001.html>


More information about the coreboot-gerrit mailing list