Lines Matching +full:nvmem +full:- +full:cells
4 - compatible:
6 - "qcom,msm8916-tsens" (MSM8916)
7 - "qcom,msm8974-tsens" (MSM8974)
8 - "qcom,msm8996-tsens" (MSM8996)
9 - "qcom,qcs404-tsens", "qcom,tsens-v1" (QCS404)
10 - "qcom,msm8998-tsens", "qcom,tsens-v2" (MSM8998)
11 - "qcom,sdm845-tsens", "qcom,tsens-v2" (SDM845)
12 The generic "qcom,tsens-v2" property must be used as a fallback for any SoC
15 Similarly, the generic "qcom,tsens-v1" property must be used as a fallback for
18 - reg: Address range of the thermal registers.
23 - #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description.
24 - #qcom,sensors: Number of sensors in tsens block
25 - Refer to Documentation/devicetree/bindings/nvmem/nvmem.txt to know how to specify
26 nvmem cells
28 Example 1 (legacy support before a fallback tsens-v2 property was introduced):
29 tsens: thermal-sensor@900000 {
30 compatible = "qcom,msm8916-tsens";
32 nvmem-cells = <&tsens_caldata>, <&tsens_calsel>;
33 nvmem-cell-names = "caldata", "calsel";
34 #thermal-sensor-cells = <1>;
38 tsens0: thermal-sensor@c263000 {
39 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
43 #thermal-sensor-cells = <1>;
47 tsens: thermal-sensor@4a9000 {
48 compatible = "qcom,qcs404-tsens", "qcom,tsens-v1";
51 nvmem-cells = <&tsens_caldata>;
52 nvmem-cell-names = "calib";
54 #thermal-sensor-cells = <1>;