treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / clock / qcom,videocc.txt
blob8a8622c65c5aadb21f43fe1f63f4107f63d3b786
1 Qualcomm Video Clock & Reset Controller Binding
2 -----------------------------------------------
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 - #reset-cells : from common reset binding, shall contain 1.
11 Example:
12         videocc: clock-controller@ab00000 {
13                 compatible = "qcom,sdm845-videocc";
14                 reg = <0xab00000 0x10000>;
15                 #clock-cells = <1>;
16                 #power-domain-cells = <1>;
17                 #reset-cells = <1>;
18         };