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

Commit baa998d9 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Add the bam_dmux entry for msmferrum



Enable the data call transport by adding the bam_dmux device.

CRs-Fixed: 684512
Change-Id: I9fea91ebba581eb807d888cd6d979341cea3449e
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent b6215d93
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -278,4 +278,12 @@
			qcom,not-loadable;
		};
	};

	qcom,bam_dmux@4044000 {
		compatible = "qcom,bam_dmux";
		reg = <0x4044000 0x19000>;
		interrupts = <0 29 1>;
		qcom,rx-ring-size = <32>;
	};

};