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

Commit d9cecbb1 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 sdm845"

parents cf3b77ee 72829773
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2288,7 +2288,7 @@
		qcom,rx-ring-size = <0x400>;
	};

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