-
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: 363030 b: refs/heads/master c: 9e8269d h: refs/heads/master v: v3
- Loading branch information
Naveen Krishna Chatradhi
authored and
Guenter Roeck
committed
Apr 8, 2013
1 parent
70004ff
commit 65a00ee
Showing
5 changed files
with
164 additions
and
21 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: 4b5e536b0e948b5c756aa1d57218371c242f768d | ||
refs/heads/master: 9e8269de100dd0be1199778dc175ff22417aebd2 |
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