treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / clock / brcm,bcm63xx-clocks.txt
blob3041657e2f96e83520c6f13bc843db4fbf9f7dc1
1 Gated Clock Controller Bindings for MIPS based BCM63XX SoCs
3 Required properties:
4 - compatible: must be one of:
5          "brcm,bcm3368-clocks"
6          "brcm,bcm6328-clocks"
7          "brcm,bcm6358-clocks"
8          "brcm,bcm6362-clocks"
9          "brcm,bcm6368-clocks"
10          "brcm,bcm63268-clocks"
12 - reg: Address and length of the register set
13 - #clock-cells: must be <1>
16 Example:
18 clkctl: clock-controller@10000004 {
19         compatible = "brcm,bcm6328-clocks";
20         reg = <0x10000004 0x4>;
21         #clock-cells = <1>;