diff options
author | Amit Kucheria | 2019-03-20 14:18:00 +0100 |
---|---|---|
committer | Eduardo Valentin | 2019-05-14 16:00:21 +0200 |
commit | e8c24c6f5d1c7a8e124d41e1c8f27dd494937320 (patch) | |
tree | f5b7a152913e46cb71e9c4707bfcdf63432e284f /drivers/thermal/qcom/Makefile | |
parent | dt: thermal: tsens: Add bindings for qcs404 (diff) | |
download | kernel-qcow2-linux-e8c24c6f5d1c7a8e124d41e1c8f27dd494937320.tar.gz kernel-qcow2-linux-e8c24c6f5d1c7a8e124d41e1c8f27dd494937320.tar.xz kernel-qcow2-linux-e8c24c6f5d1c7a8e124d41e1c8f27dd494937320.zip |
drivers: thermal: tsens: Add generic support for TSENS v1 IP
qcs404 has a single TSENS IP block with 10 sensors. It uses version 1.4
of the TSENS IP, functionality for which is encapsulated inside the
qcom,tsens-v1 compatible.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/qcom/Makefile')
-rw-r--r-- | drivers/thermal/qcom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/thermal/qcom/Makefile b/drivers/thermal/qcom/Makefile index 7fa3cadce760..fc6fe50cdde4 100644 --- a/drivers/thermal/qcom/Makefile +++ b/drivers/thermal/qcom/Makefile @@ -1,3 +1,5 @@ obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o -qcom_tsens-y += tsens.o tsens-common.o tsens-v0_1.o tsens-8960.o tsens-v2.o + +qcom_tsens-y += tsens.o tsens-common.o tsens-v0_1.o \ + tsens-8960.o tsens-v2.o tsens-v1.o obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o |