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

Commit c3aafa17 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add IPCC node for Shima

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

Change-Id: I99c2a13b07537c9cb167815026f183e22f79f2c4
parent 04ab7682
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#include <dt-bindings/clock/qcom,rpmh.h>
#include <dt-bindings/clock/qcom,videocc-shima.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/soc/qcom,ipcc.h>

/ {
	model = "Qualcomm Technologies, Inc. Shima";
@@ -494,6 +495,15 @@
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	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 "shima-pinctrl.dtsi"