Lines Matching +full:gcc +full:- +full:msm8960
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 <tdas@codeaurora.org>
18 - dt-bindings/clock/qcom,gcc-msm8960.h
19 - dt-bindings/reset/qcom,gcc-msm8960.h
23 const: qcom,gcc-apq8064
25 '#clock-cells':
28 '#reset-cells':
31 '#power-domain-cells':
37 nvmem-cells:
42 be part of GCC and hence the TSENS properties can also be part
43 of the GCC/clock-controller node.
45 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
47 nvmem-cell-names:
50 - const: calib
51 - const: calib_backup
53 '#thermal-sensor-cells':
56 protected-clocks:
61 - compatible
62 - reg
63 - '#clock-cells'
64 - '#reset-cells'
65 - '#power-domain-cells'
66 - nvmem-cells
67 - nvmem-cell-names
68 - '#thermal-sensor-cells'
73 - |
74 clock-controller@900000 {
75 compatible = "qcom,gcc-apq8064";
77 nvmem-cells = <&tsens_calib>, <&tsens_backup>;
78 nvmem-cell-names = "calib", "calib_backup";
79 #clock-cells = <1>;
80 #reset-cells = <1>;
81 #power-domain-cells = <1>;
82 #thermal-sensor-cells = <1>;