Lines Matching +full:gcc +full:- +full:msm8998
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,msm8998-gpucc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Graphics Clock & Reset Controller on MSM8998
10 - Taniya Das <quic_tdas@quicinc.com>
14 domains on MSM8998.
16 See also:: include/dt-bindings/clock/qcom,gpucc-msm8998.h
20 const: qcom,msm8998-gpucc
24 - description: Board XO source
25 - description: GPLL0 main branch source (gcc_gpu_gpll0_clk_src)
27 clock-names:
29 - const: xo
30 - const: gpll0
33 - compatible
34 - clocks
35 - clock-names
36 - '#power-domain-cells'
39 - $ref: qcom,gcc.yaml#
44 - |
45 #include <dt-bindings/clock/qcom,gcc-msm8998.h>
46 #include <dt-bindings/clock/qcom,rpmcc.h>
47 clock-controller@5065000 {
48 compatible = "qcom,msm8998-gpucc";
49 #clock-cells = <1>;
50 #reset-cells = <1>;
51 #power-domain-cells = <1>;
53 clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>, <&gcc GPLL0_OUT_MAIN>;
54 clock-names = "xo", "gpll0";