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

Commit aa8039d1 authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

msm: dt-bindings: ipa: add ipa_mpm description



Add ipa_mpm  description to enable MHI PRIME for IPA
to IPA communication for tethering offload.

Change-Id: Ie284437a2cc8d07a27d695d0169944c0090d84c7
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 7f3b0bb0
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
* Qualcomm Technologies, Inc. IPA MHI Prime Manager driver module

This module enables IPA Modem to IPA  APQ communication using
MHI Prime.

Required properties:
- compatible:		Must be "qcom,ipa-mpm".
- qcom,mhi-chdb-base:	MHI channel doorbell base address in MMIO space.
- qcom,mhi-erdb-base:	MHI event doorbell base address in MMIO space.

Optional:
- qcom,iova-mapping:	Start address and size of the carved IOVA space
				dedicated for MHI control structures
				(such as transfer rings, event rings, doorbells).
				If not present, SMMU S1 is considered to be in bypass mode.

Example:
	ipa_mpm: qcom,ipa-mpm {
		compatible = "qcom,ipa-mpm";
		qcom,mhi-chdb-base = <0x40300300>;
		qcom,mhi-erdb-base = <0x40300700>;
		qcom,iova-mapping = <0x10000000 0x1FFFFFFF>;
	}