diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2019-03-20 14:18:00 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2019-05-14 16:00:21 +0200 |
commit | e8c24c6f5d1c7a8e124d41e1c8f27dd494937320 (patch) | |
tree | f5b7a152913e46cb71e9c4707bfcdf63432e284f /drivers/thermal/qcom/tsens.h | |
parent | dt: thermal: tsens: Add bindings for qcs404 (diff) | |
download | linux-e8c24c6f5d1c7a8e124d41e1c8f27dd494937320.tar.xz 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/tsens.h')
-rw-r--r-- | drivers/thermal/qcom/tsens.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/thermal/qcom/tsens.h b/drivers/thermal/qcom/tsens.h index f14a87aa1a47..d648fba235cf 100644 --- a/drivers/thermal/qcom/tsens.h +++ b/drivers/thermal/qcom/tsens.h @@ -318,6 +318,9 @@ extern const struct tsens_plat_data data_8960; /* TSENS v0.1 targets */ extern const struct tsens_plat_data data_8916, data_8974; +/* TSENS v1 targets */ +extern const struct tsens_plat_data data_tsens_v1; + /* TSENS v2 targets */ extern const struct tsens_plat_data data_8996, data_tsens_v2; |