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

Commit 113a2a89 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu
Browse files

ARM: dts: msm: Add IPCC node for Lahaina

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

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

#include "lahaina-regulators.dtsi"

@@ -401,6 +402,15 @@
		};
	};

	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>;
	};

	clocks {
		xo_board: xo-board {
			compatible = "fixed-clock";