summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-08-20 09:28:13 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:53 +0900
commit44bc8b47ca4b4763b48f74f35e0fcfaea6a8dfe9 (patch)
treeae7b9e0c882395185c23dc369aeff5950755b94b /Documentation
parent7fa9b68a0ae602287dbbe161f89b4adf23d5a53d (diff)
downloadlinux-3.10-44bc8b47ca4b4763b48f74f35e0fcfaea6a8dfe9.tar.gz
linux-3.10-44bc8b47ca4b4763b48f74f35e0fcfaea6a8dfe9.tar.bz2
linux-3.10-44bc8b47ca4b4763b48f74f35e0fcfaea6a8dfe9.zip
hwmon: ntc_thermistor: Add ntc thermistor to thermal subsystem as a sensor.
To get more comprehensive and integrated thermal management, it adds ntc thermistor to thermal framework as a thermal sensor. It's governed thermal susbsystem only if it is described in DT node. Otherwise, it just notifies temperature to userspace via sysfs as it used to be. Change-Id: Ie5b8948ca0cb567854905e0e9ea903ff7cdc1f4c Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt b/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt
index c6f66674f19..bdae6df488e 100644
--- a/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt
+++ b/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt
@@ -16,6 +16,9 @@ Requires node properties:
- "io-channels" Channel node of ADC to be used for
conversion.
+Optional node properties:
+- "#thermal-sensor-cells" Used to expose itself to thermal fw.
+
Read more about iio bindings at
Documentation/devicetree/bindings/iio/iio-bindings.txt