treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / clock / qcom,a53pll.txt
blobe3fa8118eaee16ec71ba58ab4cbb7f8422a1e68e
1 Qualcomm MSM8916 A53 PLL Binding
2 --------------------------------
3 The A53 PLL on MSM8916 platforms is the main CPU PLL used used for frequencies
4 above 1GHz.
6 Required properties :
7 - compatible : Shall contain only one of the following:
9                 "qcom,msm8916-a53pll"
11 - reg : shall contain base register location and length
13 - #clock-cells : must be set to <0>
15 Example:
17         a53pll: clock@b016000 {
18                 compatible = "qcom,msm8916-a53pll";
19                 reg = <0xb016000 0x40>;
20                 #clock-cells = <0>;
21         };