Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46300 )
Change subject: soc/intel/common/smbus: Add CannonPoint-H device ......................................................................
soc/intel/common/smbus: Add CannonPoint-H device
SMBus is required for initialization of the TAS5825M smart amp present on some Clevo laptops.
Change-Id: I9fd425b199c17d11c49add504c645d9aa1aae122 Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/soc/intel/common/block/smbus/smbus.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/46300/1
diff --git a/src/soc/intel/common/block/smbus/smbus.c b/src/soc/intel/common/block/smbus/smbus.c index ac8fefb..aa7ad2f 100644 --- a/src/soc/intel/common/block/smbus/smbus.c +++ b/src/soc/intel/common/block/smbus/smbus.c @@ -76,6 +76,7 @@
static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_CNL_SMBUS, + PCI_DEVICE_ID_INTEL_CNP_H_SMBUS, PCI_DEVICE_ID_INTEL_SPT_LP_SMBUS, PCI_DEVICE_ID_INTEL_SPT_H_SMBUS, PCI_DEVICE_ID_INTEL_LWB_SMBUS_SUPER,