Re: [PATCH v3] hwmon: (tmp102) Use device_property_read_string API

From: Guenter Roeck

Date: Sun May 10 2026 - 11:36:47 EST


On Sun, May 10, 2026 at 12:25:43PM +0300, Flaviu Nistor wrote:
> Replace of_property_read_string() with the preferded
> device_property_read_string() in the probe function to
> read the device label property, improving the driver
> compatibility since this method is not limited to
> Device Tree only.
>
> Signed-off-by: Flaviu Nistor <flaviu.nistor@xxxxxxxxx>

Applied.

Thanks,
Guenter