GNU Linux-libre 4.19.264-gnu1
[releases.git] / Documentation / devicetree / bindings / clock / qcom,dispcc.txt
1 Qualcomm Technologies, Inc. Display Clock Controller Binding
2 ------------------------------------------------------------
3
4 Required properties :
5
6 - compatible : shall contain "qcom,sdm845-dispcc"
7 - reg : shall contain base register location and length.
8 - #clock-cells : from common clock binding, shall contain 1.
9 - #reset-cells : from common reset binding, shall contain 1.
10 - #power-domain-cells : from generic power domain binding, shall contain 1.
11
12 Example:
13         dispcc: clock-controller@af00000 {
14                 compatible = "qcom,sdm845-dispcc";
15                 reg = <0xaf00000 0x100000>;
16                 #clock-cells = <1>;
17                 #reset-cells = <1>;
18                 #power-domain-cells = <1>;
19         };