All of lore.kernel.org
 help / color / mirror / Atom feed
From: lwhite@nrw.ca (Len J. White)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] ADT7475
Date: Tue, 26 Sep 2006 20:32:39 +0000	[thread overview]
Message-ID: <45198E67.2000500@nrw.ca> (raw)
In-Reply-To: <20060902193444.a259efdb.khali@linux-fr.org>

Hi Guys,

I have a ADT7475 on my board as well, I don't have much driver 
experience but I am making some headway...

Going from this message:
http://lists.lm-sensors.org/pipermail/lm-sensors/2006-September/017552.html

I have since been able to get the CPU temperature working...

adt7463-i2c-1-2e
Adapter: SMBus nForce2 adapter at 1c40
V1.5:      +0.000 V  (min =  +1.42 V, max =  +1.58 V)
VCore:     +0.000 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
V3.3:      +3.360 V  (min =  +3.13 V, max =  +3.47 V)
V5:       +0.000 V  (min =  +4.74 V, max =  +5.26 V)
V12:      +0.000 V  (min = +11.38 V, max = +12.62 V)
CPU_Fan:      0 RPM  (min = 4000 RPM)                     ALARM
fan2:         0 RPM  (min =    0 RPM)
fan3:         0 RPM  (min =    0 RPM)
fan4:         0 RPM  (min =    0 RPM)
CPU:      +32.25 C  (low  =   +10 C, high =   +50 C)     ALARM FAULT
Board:     +0.00 C  (low  =   +10 C, high =   +35 C)     ALARM
Remote:    +0.00 C  (low  =   +10 C, high =   +35 C)     ALARM FAULT
CPU_PWM:     0
Fan2_PWM:    0
Fan3_PWM:    0
vid:      +0.000 V  (VRM Version 2.4)


Change this below from register 0x25 to 0x77, 0x25 is the 8bit 
resolution and 0x77 is the 10bit..

#define LM85_REG_TEMP(nr)               (0x77 + (nr))


This gives the correct CPU temperature (verified by bios)  



  parent reply	other threads:[~2006-09-26 20:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-02 17:34 [lm-sensors] ADT7475 Jean Delvare
2006-09-02 19:10 ` Juergen Kilb
2006-09-26 20:32 ` Len J. White [this message]
2007-01-27 12:44 ` Diggory Hardy
2007-07-06 20:44 ` Joel McKee Cooper
2007-07-07  7:26 ` Hans de Goede

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=45198E67.2000500@nrw.ca \
    --to=lwhite@nrw.ca \
    --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.