Re: [PATCH 2/3] hwmon: Add support for SPD5118 compliant temperature sensors

From: Guenter Roeck
Date: Thu May 30 2024 - 13:36:52 EST


On 5/30/24 10:03, Armin Wolf wrote:
[ ... ]
+
+
+PEC configuration
+-----------------
+
+If the I2C/SMBus controller supports PEC, it can be enabled or disabled using
+the 'pec' sysfs attribute attached to the i2c device.
+

Hi,

the spd5118 only supports PEC when in i3c basic mode, so afaik we cannot use PEC here.


Thanks for noticing. I misread the spec and associated the note with PAR_DIS,
not PEC_EN. I'll drop this and the PEC patch. Good that I kept it separate.

Thanks,
Guenter