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

Commit e71c6280 authored by Vivek Kumar's avatar Vivek Kumar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add IPCC node for Direwolf

Add IPCC node with compatible of qcom,ipcc
to enable the IPCC driver on Direwolf target.

Change-Id: I622bfaa61d11d0de27e547d770ac934173b67c3a
parent cd6abf36
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/soc/qcom,ipcc.h>

/ {
	model = "Qualcomm Technologies, Inc. Direwolf";
@@ -479,6 +480,14 @@
		qcom,wakeup-enable;
	};

	ipcc_mproc: qcom,ipcc@408000 {
		compatible = "qcom,ipcc";
		 reg = <0x408000 0x1000>;
		 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
		 interrupt-controller;
		 #interrupt-cells = <3>;
		 #mbox-cells = <2>;
	};
};

#include "direwolf-pinctrl.dtsi"