Lines Matching +full:power +full:- +full:source
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sm6375-gpucc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Konrad Dybcio <konradybcio@kernel.org>
13 Qualcomm graphics clock control module provides clocks, resets and power
16 See also:: include/dt-bindings/clock/qcom,sm6375-gpucc.h
21 - qcom,sm6375-gpucc
25 - description: Board XO source
26 - description: GPLL0 main branch source
27 - description: GPLL0 div branch source
28 - description: SNoC DVM GFX source
30 power-domains:
32 A phandle and PM domain specifier for the VDD_GX power rail
35 required-opps:
41 - compatible
42 - clocks
43 - power-domains
44 - required-opps
47 - $ref: qcom,gcc.yaml#
52 - |
53 #include <dt-bindings/clock/qcom,sm6375-gcc.h>
54 #include <dt-bindings/clock/qcom,rpmcc.h>
55 #include <dt-bindings/power/qcom-rpmpd.h>
58 #address-cells = <2>;
59 #size-cells = <2>;
61 clock-controller@5990000 {
62 compatible = "qcom,sm6375-gpucc";
68 power-domains = <&rpmpd SM6375_VDDGX>;
69 required-opps = <&rpmpd_opp_low_svs>;
70 #clock-cells = <1>;
71 #reset-cells = <1>;
72 #power-domain-cells = <1>;