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

Commit c9c34fc6 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam Committed by Gerrit - the friendly Code Review server
Browse files

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



Enable the data call transport by adding the bam_dmux device.

CRs-Fixed: 628655
Change-Id: I2153f6bc68f920115d221ee5d813b5b818c4caf0
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent f770331c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -123,4 +123,11 @@
			qcom,not-loadable;
		};
	};

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