ARM: dts: msm: Add rpm-smd node for msmfalcon
Add rpm-smd node for communication with RPM subsystem over glink. Change-Id: I95fb375500c649f3e986f0cde5a3ce6fa8ad27ad Signed-off-by: Raju P.L.S.S.S.N <rplsssn@codeaurora.org>
This commit is contained in:
parent
b7bf6d2b63
commit
c263667eb7
1 changed files with 7 additions and 0 deletions
|
@ -506,6 +506,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
rpm_bus: qcom,rpm-smd {
|
||||
compatible = "qcom,rpm-glink";
|
||||
qcom,glink-edge = "rpm";
|
||||
rpm-channel-name = "rpm_requests";
|
||||
rpm-standalone; /* TODO: remove this after bring up */
|
||||
};
|
||||
|
||||
qcom,ipc_router {
|
||||
compatible = "qcom,ipc_router";
|
||||
qcom,node-id = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue