From: Rini van Zetten <rini@arvoo.nl>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH] [ADT7411] Use 2280 as Vref as specified in
Date: Wed, 02 Jun 2010 09:19:50 +0000 [thread overview]
Message-ID: <4C062236.7090808@arvoo.nl> (raw)
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
reply other threads:[~2010-06-02 9:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C062236.7090808@arvoo.nl \
--to=rini@arvoo.nl \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.