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

Commit eaab7394 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: dt-bindings: ipa: add ipa_mpm description"

parents ecb00539 aa8039d1
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>;
	}