Lines Matching +full:nvmem +full:- +full:cells +full:- +full:names
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:
39 $ref: /schemas/thermal/qcom-tsens.yaml#
44 clock-names:
46 - const: cxo
47 - const: pxo
48 - const: pll4
50 nvmem-cells:
57 of the GCC/clock-controller node.
59 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
61 nvmem-cell-names:
65 - const: calib
66 - const: calib_backup
68 '#thermal-sensor-cells':
73 - compatible
78 - |
79 clock-controller@900000 {
80 compatible = "qcom,gcc-apq8064", "syscon";
82 #clock-cells = <1>;
83 #reset-cells = <1>;
84 #power-domain-cells = <1>;
86 thermal-sensor {
87 compatible = "qcom,msm8960-tsens";
89 nvmem-cells = <&tsens_calib>, <&tsens_backup>;
90 nvmem-cell-names = "calib", "calib_backup";
92 interrupt-names = "uplow";
95 #thermal-sensor-cells = <1>;