Lines Matching +full:gcc +full:- +full:sm8450
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sm8450-dispcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Display Clock & Reset Controller for SM8450
10 - Dmitry Baryshkov <[email protected]>
14 domains on SM8450.
16 See also:: include/dt-bindings/clock/qcom,sm8450-dispcc.h
21 - qcom,sm8450-dispcc
22 - qcom,sm8475-dispcc
27 - description: Board XO source
28 - description: Board Always On XO source
29 - description: Display's AHB clock
30 - description: sleep clock
31 - description: Byte clock from DSI PHY0
32 - description: Pixel clock from DSI PHY0
33 - description: Byte clock from DSI PHY1
34 - description: Pixel clock from DSI PHY1
35 - description: Link clock from DP PHY0
36 - description: VCO DIV clock from DP PHY0
37 - description: Link clock from DP PHY1
38 - description: VCO DIV clock from DP PHY1
39 - description: Link clock from DP PHY2
40 - description: VCO DIV clock from DP PHY2
41 - description: Link clock from DP PHY3
42 - description: VCO DIV clock from DP PHY3
44 power-domains:
49 required-opps:
55 - compatible
56 - clocks
57 - '#power-domain-cells'
60 - $ref: qcom,gcc.yaml#
65 - |
66 #include <dt-bindings/clock/qcom,gcc-sm8450.h>
67 #include <dt-bindings/clock/qcom,rpmh.h>
68 #include <dt-bindings/power/qcom,rpmhpd.h>
69 clock-controller@af00000 {
70 compatible = "qcom,sm8450-dispcc";
74 <&gcc GCC_DISP_AHB_CLK>,
80 #clock-cells = <1>;
81 #reset-cells = <1>;
82 #power-domain-cells = <1>;
83 power-domains = <&rpmhpd RPMHPD_MMCX>;
84 required-opps = <&rpmhpd_opp_low_svs>;