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

Commit 06094b84 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 priority to QMP device tree on sdm670"

parents 9c5aa539 ebc9e567
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1092,7 +1092,7 @@
		qcom,mpu-enabled;
	};

	qmp_aop: mailbox@1799000c {
	qmp_aop: qcom,qmp-aop@c300000 {
		compatible = "qcom,qmp-mbox";
		label = "aop";
		reg = <0xc300000 0x100000>,
@@ -1100,6 +1100,7 @@
		reg-names = "msgram", "irq-reg-base";
		qcom,irq-mask = <0x1>;
		interrupts = <0 389 1>;
		priority = <0>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
	};