Lines Matching +full:qcom +full:- +full:tsens
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-apq8064.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <quic_tdas@quicinc.com>
18 include/dt-bindings/clock/qcom,gcc-msm8960.h
19 include/dt-bindings/reset/qcom,gcc-msm8960.h
22 - $ref: qcom,gcc.yaml#
27 - items:
28 - enum:
29 - qcom,gcc-apq8064
30 - qcom,gcc-msm8960
31 - const: syscon
32 - enum:
33 - qcom,gcc-apq8064
34 - qcom,gcc-msm8960
37 thermal-sensor:
38 description: child tsens device
39 $ref: /schemas/thermal/qcom-tsens.yaml#
44 clock-names:
46 - const: cxo
47 - const: pxo
48 - const: pll4
50 nvmem-cells:
55 Qualcomm TSENS (thermal sensor device) on some devices can
56 be part of GCC and hence the TSENS properties can also be part
57 of the GCC/clock-controller node.
58 For more details on the TSENS properties please refer
59 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
61 nvmem-cell-names:
65 - const: calib
66 - const: calib_backup
68 '#thermal-sensor-cells':
72 '#power-domain-cells': false
75 - compatible
80 - |
81 clock-controller@900000 {
82 compatible = "qcom,gcc-apq8064", "syscon";
84 #clock-cells = <1>;
85 #reset-cells = <1>;
87 thermal-sensor {
88 compatible = "qcom,msm8960-tsens";
90 nvmem-cells = <&tsens_calib>, <&tsens_backup>;
91 nvmem-cell-names = "calib", "calib_backup";
93 interrupt-names = "uplow";
95 #qcom,sensors = <11>;
96 #thermal-sensor-cells = <1>;