Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7091636 authored by Katish Paran's avatar Katish Paran Committed by Gerrit - the friendly Code Review server
Browse files

msm: memshare: Add support for device tree



Add device tree information to memshare code.

Document the device tree bindings for MEMSHARE.

Change-Id: I8f289f46520160f2287767f26e410ed54b1ce7f7
Signed-off-by: default avatarKatish Paran <kparan@codeaurora.org>
parent 35e54c70
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
* Memory Share Driver (MEMSHARE)

The Memshare driver implements a Kernel QMI service on the
LA-APSS, which is responsible for providing contiguous physical
memory to MPSS for use cases when the modem requires additional
memory (e.g. GPS).

Required properties for Memshare

-Root Node-

- compatible:	Must be "qcom,memshare"

Example:

qcom,memshare {
	compatible = "qcom,memshare";
};
 No newline at end of file