On 08/20/2019 05:07 PM, Guenter Roeck wrote:
On Mon, Aug 19, 2019 at 02:16:17PM +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 via fwnode_create_software_node().
Signed-off-by: Max Staudt <max@xxxxxxxxx>
Reviewed-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Applied to hwmon-next.
Thanks,
Guenter
Thanks for your help, reviewing, and applying!
Max