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

Commit 3898d780 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Disable the BAM DMUX device node for MSM8920



BAM DMUX is replaced by IPA for MSM8920 target compare to MSM8917.
Hence disable the BAM DMUX node for MSM8920.

CRs-Fixed: 1058746
Change-Id: I665de34994a35c4597e320e03d408cfa703a99b9
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 995bb603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1338,7 +1338,7 @@
		qcom,fragmented-data;
	};

	qcom,bam_dmux@4044000 {
	bam_dmux: qcom,bam_dmux@4044000 {
		compatible = "qcom,bam_dmux";
		reg = <0x4044000 0x19000>;
		interrupts = <GIC_SPI 162 IRQ_TYPE_EDGE_RISING>;
+4 −0
Original line number Diff line number Diff line
@@ -59,3 +59,7 @@
		qcom,ipa-advertise-sg-support;
	};
};

&bam_dmux {
	status = "disabled";
};