Skip to content

Commit 77ff2a3

Browse files
committed
Add alternate name for OEM i2c bus exposed by Linux amdgpu driver
1 parent 4d92056 commit 77ff2a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

i2c_smbus/i2c_amd_gpu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ inline constexpr const char * RECOGNIZED_I2C_BUS_NAMES[] =
1919
"AMD ADL",
2020
// Linux i2c bus name since kernel 6.15
2121
"AMDGPU DM i2c OEM bus",
22+
// Linux i2c bus name since kernel 6.15 - older GPUs
23+
"AMDGPU i2c bit bus OEM 0x97",
2224
nullptr
2325
};
2426

0 commit comments

Comments
 (0)