Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / clock / qcom,videocc.txt
1 Qualcomm Video Clock & Reset Controller Binding
2 -----------------------------------------------
3
4 Required properties :
5 - compatible : shall contain "qcom,sdm845-videocc"
6 - reg : shall contain base register location and length
7 - #clock-cells : from common clock binding, shall contain 1.
8 - #power-domain-cells : from generic power domain binding, shall contain 1.
9
10 Optional properties :
11 - #reset-cells : from common reset binding, shall contain 1.
12
13 Example:
14         videocc: clock-controller@ab00000 {
15                 compatible = "qcom,sdm845-videocc";
16                 reg = <0xab00000 0x10000>;
17                 #clock-cells = <1>;
18                 #power-domain-cells = <1>;
19         };