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