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

Commit f107882f 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: Add BAM DMUX no-cpu-affinity"

parents ebe70697 2d4a36af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@
                rpm-channel-type = <15>; /* SMD_APPS_RPM */
        };

	qcom,bam_dmux@4044000 {
	bam_dmux: qcom,bam_dmux@4044000 {
		compatible = "qcom,bam_dmux";
		reg = <0x4044000 0x19000>;
		interrupts = <0 29 1>;
+4 −0
Original line number Diff line number Diff line
@@ -374,3 +374,7 @@
		qcom,coresight-jtagmm-cpu = <&CPU7>;
	};
};

&bam_dmux {
	qcom,no-cpu-affinity;
};