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

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

ARM: dts: msm: Add BAM DMUX device node for msm8937



Enable the data call transport by adding the bam_dmux device.

CRs-Fixed: 2144615
Change-Id: I603c524c248880d8fe3dd287ff4a439b6cc1d796
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 011276ef
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1378,6 +1378,15 @@
		qcom,ce-opp-freq = <100000000>;
	};

	bam_dmux: qcom,bam_dmux@4044000 {
		compatible = "qcom,bam_dmux";
		reg = <0x4044000 0x19000>;
		interrupts = <0 162 1>;
		qcom,rx-ring-size = <32>;
		qcom,max-rx-mtu = <4096>;
		qcom,fast-shutdown;
		qcom,no-cpu-affinity;
	};
};

#include "pm8937-rpm-regulator.dtsi"