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

Commit e73e722b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b443d0ff 55a72007
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"