Browse Source

power: reset: st: Provide DT bindings for ST's Power Reset driver

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Lee Jones 11 years ago
parent
commit
b08fec2262
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Documentation/devicetree/bindings/power/reset/st-reset.txt

+ 11 - 0
Documentation/devicetree/bindings/power/reset/st-reset.txt

@@ -0,0 +1,11 @@
+*Device-Tree bindings for ST SW reset functionality
+
+Required properties:
+- compatible: should be "st,<chip>-restart".
+- st,syscfg: should be a phandle of the syscfg node.
+
+Example node:
+	restart {
+		compatible = "st,stih416-restart";
+		st,syscfg = <&syscfg_sbc>;
+	};