diff options
author | Dilip Kota <dkota@codeaurora.org> | 2016-02-09 12:44:55 +0530 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:21:18 -0700 |
commit | 53ae191724fa6d2ed08819c6885d775514104b6c (patch) | |
tree | 990245d01eac152d9306afda1391274782040bfa /Documentation | |
parent | abab157fa9dedd8bee08ae5a9115599ee977f803 (diff) |
slim-msm-ngd: Register with specific subsystem
Slimbus master is present in different subsystem
on different tragets.
Register with specific subsystem as mentioned in
the device tree.
Change-Id: I1bee7fdd7578deedca8e4e43af9055b41b96d652
Signed-off-by: Dilip Kota <dkota@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/slimbus/slim-msm-ctrl.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/slimbus/slim-msm-ctrl.txt b/Documentation/devicetree/bindings/slimbus/slim-msm-ctrl.txt index 53db04b0151c..90d8a359ccc0 100644 --- a/Documentation/devicetree/bindings/slimbus/slim-msm-ctrl.txt +++ b/Documentation/devicetree/bindings/slimbus/slim-msm-ctrl.txt @@ -59,6 +59,12 @@ Optional property: register and receive subsytem restart notification from mdm and follow appropriate steps to ensure communication on the bus can be resumed after mdm-restart. + - qcom,subsys-name: This value provides the subsystem name where slimbus master + is present. This property enables the slimbus driver to + register and receive subsytem restart notification from subsystem + and follow appropriate steps to ensure communication on the bus + can be resumed after subsytem restart. By default slimbus driver + register with ADSP subsystem. Example: slim@fe12f000 { cell-index = <1>; |