-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 363235 b: refs/heads/master c: 4f567cb h: refs/heads/master i: 363233: 5b2317a 363231: 818bae2 v: v3
- Loading branch information
Linus Torvalds
committed
Apr 29, 2013
1 parent
f63f83e
commit a97f3bb
Showing
560 changed files
with
17,153 additions
and
10,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0e27263926699fcbbd574cff4dd6920007a50e8a | ||
refs/heads/master: 4f567cbc957a7cffd1a428a000d93bd903f42349 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
trunk/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
NTC Thermistor hwmon sensors | ||
------------------------------- | ||
|
||
Requires node properties: | ||
- "compatible" value : one of | ||
"ntc,ncp15wb473" | ||
"ntc,ncp18wb473" | ||
"ntc,ncp21wb473" | ||
"ntc,ncp03wb473" | ||
"ntc,ncp15wl333" | ||
- "pullup-uv" Pull up voltage in micro volts | ||
- "pullup-ohm" Pull up resistor value in ohms | ||
- "pulldown-ohm" Pull down resistor value in ohms | ||
- "connected-positive" Always ON, If not specified. | ||
Status change is possible. | ||
- "io-channels" Channel node of ADC to be used for | ||
conversion. | ||
|
||
Read more about iio bindings at | ||
Documentation/devicetree/bindings/iio/iio-bindings.txt | ||
|
||
Example: | ||
ncp15wb473@0 { | ||
compatible = "ntc,ncp15wb473"; | ||
pullup-uv = <1800000>; | ||
pullup-ohm = <47000>; | ||
pulldown-ohm = <0>; | ||
io-channels = <&adc 3>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.