OSDN Git Service

power: reset: st: Provide DT bindings for ST's Power Reset driver
authorLee Jones <lee.jones@linaro.org>
Tue, 22 Jul 2014 14:52:29 +0000 (15:52 +0100)
committerSebastian Reichel <sre@kernel.org>
Fri, 26 Sep 2014 15:37:37 +0000 (17:37 +0200)
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>
Documentation/devicetree/bindings/power/reset/st-reset.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/power/reset/st-reset.txt b/Documentation/devicetree/bindings/power/reset/st-reset.txt
new file mode 100644 (file)
index 0000000..809af54
--- /dev/null
@@ -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>;
+       };