Re: [PATCH] i2c: piix4: Register SPDs

From: Guenter Roeck
Date: Thu May 30 2024 - 19:11:03 EST


On 5/30/24 14:49, Thomas Weißschuh wrote:
The piix4 I2C bus can carry SPDs, register them if present.

Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---
For my test setup see [0].
While the spd5118 driver in that form shouldn't be probed this way, the
general principle holds true for the other SPD drivers.

Guenter offered to test it, too.


Perfect. With this patch in place, I see:

[ 6.679772] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 6.680341] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 6.680905] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 6.681466] i2c i2c-0: Successfully instantiated SPD at 0x53

on multiple AMD based systems with DDR4.

Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx>

Thanks!

Guenter