Re: [PATCH v3 2/3] hwmon/ltc2990: Generalise DT to fwnode support

From: Max Staudt
Date: Thu Aug 15 2019 - 17:34:08 EST


On 08/15/2019 08:33 PM, Guenter Roeck wrote:
> On Thu, Aug 15, 2019 at 02:58:01PM +0200, Max Staudt wrote:
>> ltc2990 will now use device_property_read_u32_array() instead of
>> of_property_read_u32_array() - allowing the use of software nodes
>> via fwnode_create_software_node().
>>
>> This allows code using i2c_new_device() to specify a default
>> measurement mode for the LTC2990.
>>
>> Signed-off-by: Max Staudt <max@xxxxxxxxx>
>
> Applied to hwmon-next.

Hi Guenter,

Thank you for reviewing and taking this patch, as well as teaching me about swnode.


Max