diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-22 10:52:29 -0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-09-26 11:37:37 -0400 |
commit | b08fec2262c8dbb349fe9456586cf0724407e5ee (patch) | |
tree | 2c5d5ee20fd538aa73e5383bf9d5b30e667769fa /Documentation | |
parent | f0745f3696e88b4055c6229e1306a78fbe503066 (diff) |
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')
-rw-r--r-- | Documentation/devicetree/bindings/power/reset/st-reset.txt | 11 |
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 @@ | |||
1 | *Device-Tree bindings for ST SW reset functionality | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "st,<chip>-restart". | ||
5 | - st,syscfg: should be a phandle of the syscfg node. | ||
6 | |||
7 | Example node: | ||
8 | restart { | ||
9 | compatible = "st,stih416-restart"; | ||
10 | st,syscfg = <&syscfg_sbc>; | ||
11 | }; | ||