treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / clock / renesas,h8300-div-clock.txt
blob399e0da22348b19e03ca0dab5339d7f61e880e26
1 * Renesas H8/300 divider clock
3 Required Properties:
5   - compatible: Must be "renesas,h8300-div-clock"
7   - clocks: Reference to the parent clocks ("extal1" and "extal2")
9   - #clock-cells: Must be 1
11   - reg: Base address and length of the divide rate selector
13   - renesas,width: bit width of selector
15 Example
16 -------
18                 cclk: cclk {
19                         compatible = "renesas,h8300-div-clock";
20                         clocks = <&xclk>;
21                         #clock-cells = <0>;
22                         reg = <0xfee01b 2>;
23                         renesas,width = <2>;
24                 };