Lines Matching +full:required +full:- +full:opps
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sm8450-videocc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Taniya Das <[email protected]>
11 - Jagadeesh Kona <[email protected]>
18 include/dt-bindings/clock/qcom,sm8450-videocc.h
19 include/dt-bindings/clock/qcom,sm8650-videocc.h
24 - qcom,sm8450-videocc
25 - qcom,sm8475-videocc
26 - qcom,sm8550-videocc
27 - qcom,sm8650-videocc
31 - description: Board XO source
32 - description: Video AHB clock from GCC
34 power-domains:
39 required-opps:
42 A phandle to an OPP node describing required MMCX performance point.
44 required:
45 - compatible
46 - clocks
47 - power-domains
48 - '#power-domain-cells'
51 - $ref: qcom,gcc.yaml#
52 - if:
57 - qcom,sm8450-videocc
58 - qcom,sm8550-videocc
60 required:
61 - required-opps
66 - |
67 #include <dt-bindings/clock/qcom,gcc-sm8450.h>
68 #include <dt-bindings/clock/qcom,rpmh.h>
69 #include <dt-bindings/power/qcom,rpmhpd.h>
70 videocc: clock-controller@aaf0000 {
71 compatible = "qcom,sm8450-videocc";
75 power-domains = <&rpmhpd RPMHPD_MMCX>;
76 required-opps = <&rpmhpd_opp_low_svs>;
77 #clock-cells = <1>;
78 #reset-cells = <1>;
79 #power-domain-cells = <1>;