|
54 | 54 | * Sunrise Point-H (PCH) 0xa123 32 hard yes yes yes
|
55 | 55 | * Sunrise Point-LP (PCH) 0x9d23 32 hard yes yes yes
|
56 | 56 | * DNV (SOC) 0x19df 32 hard yes yes yes
|
| 57 | + * Emmitsburg (PCH) 0x1bc9 32 hard yes yes yes |
57 | 58 | * Broxton (SOC) 0x5ad4 32 hard yes yes yes
|
58 | 59 | * Lewisburg (PCH) 0xa1a3 32 hard yes yes yes
|
59 | 60 | * Lewisburg Supersku (PCH) 0xa223 32 hard yes yes yes
|
|
207 | 208 | #define PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS 0x0f12
|
208 | 209 | #define PCI_DEVICE_ID_INTEL_CDF_SMBUS 0x18df
|
209 | 210 | #define PCI_DEVICE_ID_INTEL_DNV_SMBUS 0x19df
|
| 211 | +#define PCI_DEVICE_ID_INTEL_EBG_SMBUS 0x1bc9 |
210 | 212 | #define PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS 0x1c22
|
211 | 213 | #define PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS 0x1d22
|
212 | 214 | /* Patsburg also has three 'Integrated Device Function' SMBus controllers */
|
@@ -1062,6 +1064,7 @@ static const struct pci_device_id i801_ids[] = {
|
1062 | 1064 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_SMBUS) },
|
1063 | 1065 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CDF_SMBUS) },
|
1064 | 1066 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_DNV_SMBUS) },
|
| 1067 | + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_EBG_SMBUS) }, |
1065 | 1068 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BROXTON_SMBUS) },
|
1066 | 1069 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LEWISBURG_SMBUS) },
|
1067 | 1070 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LEWISBURG_SSKU_SMBUS) },
|
@@ -1749,6 +1752,7 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
1749 | 1752 | case PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS:
|
1750 | 1753 | case PCI_DEVICE_ID_INTEL_TIGERLAKE_LP_SMBUS:
|
1751 | 1754 | case PCI_DEVICE_ID_INTEL_JASPER_LAKE_SMBUS:
|
| 1755 | + case PCI_DEVICE_ID_INTEL_EBG_SMBUS: |
1752 | 1756 | priv->features |= FEATURE_BLOCK_PROC;
|
1753 | 1757 | priv->features |= FEATURE_I2C_BLOCK_READ;
|
1754 | 1758 | priv->features |= FEATURE_IRQ;
|
|
0 commit comments