summaryrefslogtreecommitdiff
path: root/bindings/soc/qcom/qcom,power-state.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/soc/qcom/qcom,power-state.txt')
-rwxr-xr-xbindings/soc/qcom/qcom,power-state.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/bindings/soc/qcom/qcom,power-state.txt b/bindings/soc/qcom/qcom,power-state.txt
index e0900417..2cb20e58 100755
--- a/bindings/soc/qcom/qcom,power-state.txt
+++ b/bindings/soc/qcom/qcom,power-state.txt
@@ -11,10 +11,19 @@ Required Properties:
Usage: required
Value type: <string>
Definition: must be "qcom,power-state"
+- subsys-name:
+ Usage: required
+ Value type: <string>
+ Description: subsystem names supported
+- rproc-handle:
+ Usage: required
+ Description: phandle to subsys defined in subsys-name.
Example:
qcom,power-state {
compatible = "qcom,power-state";
+ qcom,subsys-name = "adsp", "modem";
+ qcom,rproc-handle = <&adsp_pas>, <&modem_pas>;
};