Searched +full:qcs404 +full:- +full:tsens (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/thermal/ |
H A D | qcom-tsens.yaml | 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 currently 22 - description: msm8960 TSENS based 24 - enum: 25 - qcom,ipq8064-tsens [all …]
|
/linux/drivers/thermal/qcom/ |
H A D | tsens-v1.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include "tsens.h" 12 /* ----- SROT ------ */ 16 /* ----- TM ------ */ 55 qfprom_cdata = (u32 *)qfprom_read(priv->dev, "calib"); in calibrate_v1() 69 /* v1.x: msm8956,8976,qcs404,405 */ 78 .trip_min_temp = -40000, 89 .trip_min_temp = -40000, 94 /* ----- SROT ------ */ 104 /* ----- TM ------ */ [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8917.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h> 4 #include <dt-bindings/clock/qcom,gcc-msm8917.h> 5 #include <dt-bindings/clock/qcom,rpmcc.h> 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/power/qcom-rpmpd.h> 8 #include <dt-bindings/thermal/thermal.h> 11 interrupt-parent = <&intc>; 13 #address-cells = <2>; 14 #size-cells = <2>; [all …]
|