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

Commit d24396e5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 2fc3a206 3898d780
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";
};