Skip to content

Commit e755ef0

Browse files
jhnikulawsakernel
authored andcommitted
i2c: i801: Add support for Intel Meteor Lake SoC-S
Add SMBus PCI ID on Intel Meteor Lake SoC-S South. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Reviewed-by: Andi Shyti <andi.shyti@kernel.org> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent eb9c18b commit e755ef0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/i2c/busses/i2c-i801.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
* Alder Lake-M (PCH) 0x54a3 32 hard yes yes yes
7878
* Raptor Lake-S (PCH) 0x7a23 32 hard yes yes yes
7979
* Meteor Lake-P (SOC) 0x7e22 32 hard yes yes yes
80+
* Meteor Lake SoC-S (SOC) 0xae22 32 hard yes yes yes
8081
*
8182
* Features supported by this driver:
8283
* Software PEC no
@@ -250,6 +251,7 @@
250251
#define PCI_DEVICE_ID_INTEL_KABYLAKE_PCH_H_SMBUS 0xa2a3
251252
#define PCI_DEVICE_ID_INTEL_CANNONLAKE_H_SMBUS 0xa323
252253
#define PCI_DEVICE_ID_INTEL_COMETLAKE_V_SMBUS 0xa3a3
254+
#define PCI_DEVICE_ID_INTEL_METEOR_LAKE_SOC_S_SMBUS 0xae22
253255

254256
struct i801_mux_config {
255257
char *gpio_chip;
@@ -1038,6 +1040,7 @@ static const struct pci_device_id i801_ids[] = {
10381040
{ PCI_DEVICE_DATA(INTEL, ALDER_LAKE_M_SMBUS, FEATURES_ICH5 | FEATURE_TCO_CNL) },
10391041
{ PCI_DEVICE_DATA(INTEL, RAPTOR_LAKE_S_SMBUS, FEATURES_ICH5 | FEATURE_TCO_CNL) },
10401042
{ PCI_DEVICE_DATA(INTEL, METEOR_LAKE_P_SMBUS, FEATURES_ICH5 | FEATURE_TCO_CNL) },
1043+
{ PCI_DEVICE_DATA(INTEL, METEOR_LAKE_SOC_S_SMBUS, FEATURES_ICH5 | FEATURE_TCO_CNL) },
10411044
{ 0, }
10421045
};
10431046

0 commit comments

Comments
 (0)