Re: [PATCH v2 12/13] hwmon: spd5118: Add I3C support
Guenter Roeck <[email protected]>
| Newsgroups | dev.linux.lists.acpica-devel,org.infradead.lists.linux-i3c,org.kernel.vger.linux-acpi,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Acked-by: Guenter Roeck <[email protected]>