1
0
Fork 0

hwmon: (ibmpowernv) Add current(A) sensor

This patch exports current(A) sensors in inband sensors copied to
main memory by OCC.

Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
zero-colors
Shilpasri G Bhat 2017-06-20 10:38:13 +05:30 committed by Guenter Roeck
parent 3ab521601d
commit 3a2b3d37e1
1 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@ enum sensors {
TEMP,
POWER_SUPPLY,
POWER_INPUT,
CURRENT,
MAX_SENSOR_TYPE,
};
@ -75,7 +76,8 @@ static struct sensor_group {
{ "fan" },
{ "temp" },
{ "in" },
{ "power" }
{ "power" },
{ "curr" },
};
struct sensor_data {