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

From: Guenter Roeck
Date: Thu Aug 15 2019 - 14:33:04 EST


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.

Thanks,
Guenter