summaryrefslogtreecommitdiff
path: root/bindings/arm/msm/sleepstate-hlos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/arm/msm/sleepstate-hlos.txt')
-rwxr-xr-xbindings/arm/msm/sleepstate-hlos.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/bindings/arm/msm/sleepstate-hlos.txt b/bindings/arm/msm/sleepstate-hlos.txt
new file mode 100755
index 00000000..38965153
--- /dev/null
+++ b/bindings/arm/msm/sleepstate-hlos.txt
@@ -0,0 +1,12 @@
+Qualcomm Technologies, Inc. hlos_sleep_state driver using SMSM framework.
+
+Required properties:
+-compatible : should be one of the following:
+- "qcom,smp2p-hlos_sleep_state"
+-qcom,smem-states : the relevant outgoing smp2p entry
+
+Example:
+qcom,hlos_sleep_state {
+ compatible = "qcom,smp2p-hlos_sleep_state";
+ qcom,smem-states = <&hlos_sleep_state_out 0>;
+};