hwmon: (lm87) Allow channel data to be set from dts file
authorMahoda Ratnayaka <mahoda.ratnayaka@alliedtelesis.co.nz>
Thu, 30 Mar 2017 23:01:00 +0000 (12:01 +1300)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 2 Apr 2017 14:01:53 +0000 (07:01 -0700)
commit67043d1853d67e3a03038654ab51df3aa8f66ae4
tree539967b58caf928308eb49d91c1fd66a14ce3138
parent36df6fb6efa1e7c29debdba9bedff57c366b8347
hwmon: (lm87) Allow channel data to be set from dts file

Currently there is no method for setting the channel
value from the DTS file. When, the driver uses a dts
file to initialize the driver platform_data is not set.
As a result channel variable may not be set correctly.

Without the channel variable set correctly, some of the
sensors will not be initialized correctly. For example
temp3 sensor sysfs entries.

This implements the schema agreed with the device tree
binding document.

Signed-off-by: Mahoda Ratnayaka <mahoda.ratnayaka@alliedtelesis.co.nz>
Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm87.c