diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-09-15 17:47:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-09-21 08:39:36 -0400 |
commit | 4c21bbb475c16be9ec878e8753d5e8373f9b9d59 (patch) | |
tree | 2ea87caead17a184a5527eb8f32fd32a4a2e5d50 /Documentation | |
parent | 774623ca41280f74f499416fbbba3b1afbdd910e (diff) |
iio: adc: rockchip_saradc: add support for rk3066-tsadc variant
Older Rockchip SoCs, at least the rk3066, used a slightly modified saradc
for temperature measurements. This so called tsadc does not contain any
active parts like temperature interrupts and only supports polling the
current temperature. The returned voltage can then be converted by a
suitable thermal driver to and actual temperature and used for thermal
handling.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt index 5d3ec1df226d..a9a5fe19ff2a 100644 --- a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt +++ b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | Rockchip Successive Approximation Register (SAR) A/D Converter bindings | 1 | Rockchip Successive Approximation Register (SAR) A/D Converter bindings |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Should be "rockchip,saradc" | 4 | - compatible: Should be "rockchip,saradc" or "rockchip,rk3066-tsadc" |
5 | - reg: physical base address of the controller and length of memory mapped | 5 | - reg: physical base address of the controller and length of memory mapped |
6 | region. | 6 | region. |
7 | - interrupts: The interrupt number to the cpu. The interrupt specifier format | 7 | - interrupts: The interrupt number to the cpu. The interrupt specifier format |