diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2018-05-08 01:53:39 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2018-06-02 00:09:15 +0200 |
commit | 6d7c70d1cd6526dc79e3d3b3faae1c40c1681168 (patch) | |
tree | 7e8fe054e543f9b9144341c913b20b146b0c5f0e /Documentation/devicetree | |
parent | thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops (diff) | |
download | linux-6d7c70d1cd6526dc79e3d3b3faae1c40c1681168.tar.xz linux-6d7c70d1cd6526dc79e3d3b3faae1c40c1681168.zip |
thermal: qcom: tsens: Allow number of sensors to come from DT
For platforms that has multiple copies of the TSENS hardware block it's
necessary to be able to specify the number of sensors per block in DeviceTree.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt b/Documentation/devicetree/bindings/thermal/qcom-tsens.txt index 292ed89d900b..06195e8f35e2 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.txt @@ -8,6 +8,7 @@ Required properties: - reg: Address range of the thermal registers - #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description. +- #qcom,sensors: Number of sensors in tsens block - Refer to Documentation/devicetree/bindings/nvmem/nvmem.txt to know how to specify nvmem cells |