Searched +full:qcs404 +full:- +full:tsens (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR MIT)4 ---5 $id: http://devicetree.org/schemas/thermal/qcom-tsens.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: QCOM SoC Temperature Sensor (TSENS)11 - Amit Kucheria <amitk@kernel.org>14 QCOM SoCs have TSENS IP to allow temperature measurement. There are currently22 - description: v0.1 of TSENS24 - enum:25 - qcom,msm8916-tsens[all …]
1 // SPDX-License-Identifier: GPL-2.04 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/clock/qcom,gcc-qcs404.h>6 #include <dt-bindings/clock/qcom,turingcc-qcs404.h>7 #include <dt-bindings/clock/qcom,rpmcc.h>8 #include <dt-bindings/power/qcom-rpmpd.h>9 #include <dt-bindings/thermal/thermal.h>12 interrupt-parent = <&intc>;14 #address-cells = <2>;15 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include "tsens.h"12 /* ----- SROT ------ */16 /* ----- TM ------ */86 /* eeprom layout data for qcs404/405 (v1) */150 priv->sensor[0].slope = 3313; in compute_intercept_slope_8976()151 priv->sensor[1].slope = 3275; in compute_intercept_slope_8976()152 priv->sensor[2].slope = 3320; in compute_intercept_slope_8976()153 priv->sensor[3].slope = 3246; in compute_intercept_slope_8976()154 priv->sensor[4].slope = 3279; in compute_intercept_slope_8976()[all …]