Lines Matching +full:protected +full:- +full:clocks
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>
14 Qualcomm global clock control module which supports the clocks, resets and
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:
43 of the GCC/clock-controller node.
45 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
47 nvmem-cell-names:
51 - const: calib
52 - const: calib_backup
54 '#thermal-sensor-cells':
57 protected-clocks:
59 Protected clock specifier list as per common clock binding.
62 - compatible
63 - reg
64 - '#clock-cells'
65 - '#reset-cells'
66 - '#power-domain-cells'
67 - nvmem-cells
68 - nvmem-cell-names
69 - '#thermal-sensor-cells'
74 - |
75 clock-controller@900000 {
76 compatible = "qcom,gcc-apq8064";
78 nvmem-cells = <&tsens_calib>, <&tsens_backup>;
79 nvmem-cell-names = "calib", "calib_backup";
80 #clock-cells = <1>;
81 #reset-cells = <1>;
82 #power-domain-cells = <1>;
83 #thermal-sensor-cells = <1>;