treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / power / reset / st-reset.txt
blobb63948737d806913bd24bfe57d7650dae63f2caa
1 *Device-Tree bindings for ST SW reset functionality
3 Required properties:
4 - compatible: should be "stih407-restart".
5 - st,syscfg: should be a phandle of the syscfg node.
7 Example node:
8         restart {
9                 compatible = "st,stih407-restart";
10                 st,syscfg = <&syscfg_sbc_reg>;
11         };