On Thu, 24 Oct 2019 13:57:26 +0300, Jarkko Nikula wrote: > Add support for another Intel Comet Lake variant. > > Signed-off-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx> > --- > drivers/i2c/busses/i2c-i801.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c > index 01a29beb5da0..df02040d36d5 100644 > --- a/drivers/i2c/busses/i2c-i801.c > +++ b/drivers/i2c/busses/i2c-i801.c > @@ -64,6 +64,7 @@ > * Cedar Fork (PCH) 0x18df 32 hard yes yes yes > * Ice Lake-LP (PCH) 0x34a3 32 hard yes yes yes > * Comet Lake (PCH) 0x02a3 32 hard yes yes yes > + * Comet Lake-H (PCH) 0x06a3 32 hard yes yes yes > * Elkhart Lake (PCH) 0x4b23 32 hard yes yes yes > * Tiger Lake-LP (PCH) 0xa0a3 32 hard yes yes yes > * Jasper Lake-N (PCH) 0x4da3 32 hard yes yes yes > @@ -206,6 +207,7 @@ > > /* Older devices have their ID defined in <linux/pci_ids.h> */ > #define PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS 0x02a3 > +#define PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS 0x06a3 > #define PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS 0x0f12 > #define PCI_DEVICE_ID_INTEL_CDF_SMBUS 0x18df > #define PCI_DEVICE_ID_INTEL_DNV_SMBUS 0x19df > @@ -1071,6 +1073,7 @@ static const struct pci_device_id i801_ids[] = { > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CANNONLAKE_LP_SMBUS) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS) }, > + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TIGERLAKE_LP_SMBUS) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_JASPER_LAKE_N_SMBUS) }, > @@ -1753,6 +1756,7 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id) > case PCI_DEVICE_ID_INTEL_CDF_SMBUS: > case PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS: > case PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS: > + case PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS: > case PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS: > case PCI_DEVICE_ID_INTEL_TIGERLAKE_LP_SMBUS: > case PCI_DEVICE_ID_INTEL_JASPER_LAKE_N_SMBUS: Reviewed-by: Jean Delvare <jdelvare@xxxxxxx> -- Jean Delvare SUSE L3 Support