aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-07-22 15:52:29 +0100
committerSebastian Reichel <sre@kernel.org>2014-09-26 17:37:37 +0200
commitb08fec2262c8dbb349fe9456586cf0724407e5ee (patch)
tree2c5d5ee20fd538aa73e5383bf9d5b30e667769fa /Documentation/devicetree/bindings/power
parentpower: reset: Add restart functionality for STiH41x platforms (diff)
downloadlinux-dev-b08fec2262c8dbb349fe9456586cf0724407e5ee.tar.xz
linux-dev-b08fec2262c8dbb349fe9456586cf0724407e5ee.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r--Documentation/devicetree/bindings/power/reset/st-reset.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/st-reset.txt b/Documentation/devicetree/bindings/power/reset/st-reset.txt
new file mode 100644
index 000000000000..809af54f02f3
--- /dev/null
+++ b/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>;
+ };