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,
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46300 )
Change subject: soc/intel/common/smbus: Add CannonPoint-H device ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/46300/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/46300/1//COMMIT_MSG@11 PS1, Line 11: Please add the document number where this is taken from.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46300 )
Change subject: soc/intel/common/smbus: Add CannonPoint-H device ......................................................................
Patch Set 1: -Code-Review
Can be abandoned since it was added in CB:46562
Tim Crawford has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46300 )
Change subject: soc/intel/common/smbus: Add CannonPoint-H device ......................................................................
Abandoned
Added in CB:46562