summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/power/reset/st-reset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/power/reset/st-reset.txt')
-rw-r--r--dts/Bindings/power/reset/st-reset.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/dts/Bindings/power/reset/st-reset.txt b/dts/Bindings/power/reset/st-reset.txt
index 809af54f02..83734dc3a3 100644
--- a/dts/Bindings/power/reset/st-reset.txt
+++ b/dts/Bindings/power/reset/st-reset.txt
@@ -1,11 +1,12 @@
*Device-Tree bindings for ST SW reset functionality
Required properties:
-- compatible: should be "st,<chip>-restart".
+- compatible: should be "stih407-restart".
- st,syscfg: should be a phandle of the syscfg node.
Example node:
restart {
- compatible = "st,stih416-restart";
- st,syscfg = <&syscfg_sbc>;
+ compatible = "st,stih407-restart";
+ st,syscfg = <&syscfg_sbc_reg>;
+ status = "okay";
};