treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / reset / bitmain,bm1880-reset.txt
bloba6f8455ae6c43c26d3ad27aaf23a421fc83b0607
1 Bitmain BM1880 SoC Reset Controller
2 ===================================
4 Please also refer to reset.txt in this directory for common reset
5 controller binding usage.
7 Required properties:
8 - compatible:   Should be "bitmain,bm1880-reset"
9 - reg:          Offset and length of reset controller space in SCTRL.
10 - #reset-cells: Must be 1.
12 Example:
14         rst: reset-controller@c00 {
15                 compatible = "bitmain,bm1880-reset";
16                 reg = <0xc00 0x8>;
17                 #reset-cells = <1>;
18         };