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

Commit fdda3f37 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: memshare: Add support for device tree"

parents 85290ff8 f7091636
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