You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
hwmon: Fix spelling of Celsius
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
committed by
Jean Delvare
parent
9292f05556
commit
4d7e47bc83
@@ -56,6 +56,6 @@ The junction temperature is calculated:
|
|||||||
The junction temperature attribute is supported by the driver.
|
The junction temperature attribute is supported by the driver.
|
||||||
|
|
||||||
The battery temperature is calculated:
|
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))
|
where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
|
||||||
Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.
|
Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ Channel Signal
|
|||||||
|
|
||||||
The Sysfs nodes will represent the voltage in the units of mV,
|
The Sysfs nodes will represent the voltage in the units of mV,
|
||||||
the temperature channel shows the converted temperature in
|
the temperature channel shows the converted temperature in
|
||||||
degree celcius. The Battery charging current channel represents
|
degree Celsius. The Battery charging current channel represents
|
||||||
battery charging current in mA.
|
battery charging current in mA.
|
||||||
|
|||||||
Reference in New Issue
Block a user