From 113a2a89b3a62c446d54a3b8aadda872fc317904 Mon Sep 17 00:00:00 2001 From: Prakruthi Deepak Heragu Date: Tue, 9 Jul 2019 16:44:31 -0700 Subject: [PATCH] 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 --- qcom/lahaina.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index a5288ccf..8a88fdd6 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -7,6 +7,7 @@ #include #include #include +#include #include "lahaina-regulators.dtsi" @@ -401,6 +402,15 @@ }; }; + ipcc_mproc: qcom,ipcc@408000 { + compatible = "qcom,ipcc"; + reg = <0x408000 0x1000>; + interrupts = ; + interrupt-controller; + #interrupt-cells = <3>; + #mbox-cells = <2>; + }; + clocks { xo_board: xo-board { compatible = "fixed-clock";