summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/power_supply/msm-poweroff.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/power_supply/msm-poweroff.txt')
-rw-r--r--dts/Bindings/power_supply/msm-poweroff.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/power_supply/msm-poweroff.txt b/dts/Bindings/power_supply/msm-poweroff.txt
new file mode 100644
index 0000000000..ce44ad3575
--- /dev/null
+++ b/dts/Bindings/power_supply/msm-poweroff.txt
@@ -0,0 +1,17 @@
+MSM Restart Driver
+
+A power supply hold (ps-hold) bit is set to power the msm chipsets.
+Clearing that bit allows us to restart/poweroff. The difference
+between poweroff and restart is determined by unique power manager IC
+settings.
+
+Required Properties:
+-compatible: "qcom,pshold"
+-reg: Specifies the physical address of the ps-hold register
+
+Example:
+
+ restart@fc4ab000 {
+ compatible = "qcom,pshold";
+ reg = <0xfc4ab000 0x4>;
+ };