summaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/da9052
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-11 08:49:18 +0900
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-11 08:49:18 +0900
commite626d177fcb7d8eb759da49c652a68ff90a59fba (patch)
tree6223d17d7601212c51d223657d273d6e7bc0807a /Documentation/hwmon/da9052
parentdf632d3ce7eacf92ad9b642301c7b53a1d95b8d8 (diff)
parent0657777fcefffbf79d4a5fa0952a3f1a4248c0da (diff)
downloadlinux-e626d177fcb7d8eb759da49c652a68ff90a59fba.tar.bz2
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull hwmon updates from Jean Delvare: "Only trivial things this time" * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: hwmon: Drop needless includes of <linux/delay.h> hwmon: Add missing inclusions of <linux/err.h> hwmon: Add missing inclusions of <linux/jiffies.h> hwmon: Fix spelling of Celsius hwmon: Update Alexey Fisher's name
Diffstat (limited to 'Documentation/hwmon/da9052')
-rw-r--r--Documentation/hwmon/da90522
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/da9052 b/Documentation/hwmon/da9052
index ef898553638e..5bc51346b689 100644
--- a/Documentation/hwmon/da9052
+++ b/Documentation/hwmon/da9052
@@ -56,6 +56,6 @@ The junction temperature is calculated:
The junction temperature attribute is supported by the driver.
The battery temperature is calculated:
- Degree Celcius = 1 / (t1 + 1/298)- 273
+ Degree Celsius = 1 / (t1 + 1/298)- 273
where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.