Re: [PATCH v2 12/13] hwmon: spd5118: Add I3C support

From: Guenter Roeck

Date: Thu Apr 09 2026 - 10:22:50 EST


On 4/9/26 03:57, Akhil R wrote:
Add a regmap config and a probe function to support for I3C based
communication to SPD5118 devices.

On an I3C bus, SPD5118 are enumerated via SETAASA and always require an
ACPI or device tree entry. The device matching is hence through the OF
match tables only and do not need an I3C class match table. The device
identity is verified in the type registers before proceeding to the
common probe function.

Signed-off-by: Akhil R <akhilrajeev@xxxxxxxxxx>

Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>