* [lm-sensors] [PATCH] [ADT7411] Use 2280 as Vref as specified in
@ 2010-06-02 9:19 Rini van Zetten
0 siblings, 0 replies; only message in thread
From: Rini van Zetten @ 2010-06-02 9:19 UTC (permalink / raw)
To: lm-sensors
This patch changes the 2.25V reference value to 2.28 V as specified in the revB documentation of the chip.
(see : http://www.analog.com/static/imported-files/data_sheets/ADT7411.pdf)
Signed-off-by: Rini <rini@arvoo.nl>
---
drivers/hwmon/adt7411.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hwmon/adt7411.c b/drivers/hwmon/adt7411.c
index 4086c72..a08b4d0 100644
--- a/drivers/hwmon/adt7411.c
+++ b/drivers/hwmon/adt7411.c
@@ -158,7 +158,7 @@ static ssize_t adt7411_show_input(struct device *dev,
data->vref_cached = val * 7000 / 1024;
} else {
- data->vref_cached = 2250;
+ data->vref_cached = 2280;
}
data->next_update = jiffies + HZ;
--
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-02 9:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 9:19 [lm-sensors] [PATCH] [ADT7411] Use 2280 as Vref as specified in Rini van Zetten
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.