hwmon: (nct6775) Fix register address and added missed tolerance for nct6106
authorBjörn Gerhart <gerhart@posteo.de>
Mon, 15 Jul 2019 16:33:55 +0000 (18:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:51:24 +0000 (10:51 +0200)
commit71faaeb11df9378aa317c76e59e37f34c0851fc6
treeeccabc3fd998bb7ec298692547fe48d47d8dcb6f
parent760b12a7262b0b32e2da4b2f5b21dce52053846b
hwmon: (nct6775) Fix register address and added missed tolerance for nct6106

[ Upstream commit f3d43e2e45fd9d44ba52d20debd12cd4ee9c89bf ]

Fixed address of third NCT6106_REG_WEIGHT_DUTY_STEP, and
added missed NCT6106_REG_TOLERANCE_H.

Fixes: 6c009501ff200 ("hwmon: (nct6775) Add support for NCT6102D/6106D")
Signed-off-by: Bjoern Gerhart <gerhart@posteo.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/nct6775.c