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

Commit 55a72007 authored by Arun Prakash's avatar Arun Prakash
Browse files

ARM: dts: msm: Add qmp aop voting support for direwolf

Add qmp aop voting support for direwolf.

Change-Id: I1537e5dcaad699671d914e6ba7573ecbc7262a08
parent e74cb183
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -545,6 +545,25 @@
		 #interrupt-cells = <3>;
		 #mbox-cells = <2>;
	};

	qmp_aop: qcom,qmp-aop@c300000 {
		compatible = "qcom,qmp-mbox";
		mboxes = <&ipcc_mproc IPCC_CLIENT_AOP
			  IPCC_MPROC_SIGNAL_GLINK_QMP>;
		mbox-names = "aop_qmp";
		interrupt-parent = <&ipcc_mproc>;
		interrupts = <IPCC_CLIENT_AOP
			      IPCC_MPROC_SIGNAL_GLINK_QMP
			      IRQ_TYPE_EDGE_RISING>;
		reg = <0xc300000 0x400>;
		reg-names = "msgram";

		label = "aop";
		qcom,early-boot;
		priority = <0>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
	};
};

#include "direwolf-pinctrl.dtsi"