Skip to content

Commit 6a8de8d

Browse files
committed
Add new Intel SMBus device IDs
1 parent 7a32e4d commit 6a8de8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libnw/smbus/smbus_i801.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ static const struct
7878
bool blk;
7979
} i801_devices[] =
8080
{
81+
// https://github.com/torvalds/linux/blob/master/drivers/i2c/busses/i2c-i801.c
8182
{ 0x2413, false, false }, // 82801AA (ICH)
8283
{ 0x2423, false, false }, // 82801AB (ICH0)
8384
{ 0x2443, false, false }, // 82801BA (ICH2)
@@ -145,6 +146,9 @@ static const struct
145146
{ 0x7722, true , true }, // Arrow Lake-H (SOC)
146147
{ 0xe322, true , true }, // Panther Lake-H (SOC)
147148
{ 0xe422, true , true }, // Panther Lake-P (SOC)
149+
{ 0x4d22, true , true }, // Wildcat Lake-U (SOC)
150+
{ 0x5827, true , true }, // Diamond Rapids (SOC)
151+
{ 0x6e23, true , true }, // Nova Lake-S (PCH)
148152
};
149153

150154
static int I801Detect(smbus_t* ctx)

0 commit comments

Comments
 (0)