From baa27a892fde946525827a6e83fc2a7c26067c74 Mon Sep 17 00:00:00 2001 From: Jay Jayanna Date: Fri, 6 Sep 2019 10:35:17 -0700 Subject: [PATCH] ARM: dts: msm: Add glink entry for spss on Lahaina Add the device tree node to enable glink communication from apps to spss. Change-Id: I03e0ceeb6bdfa52780bdab0be28fe007b8d1f966 --- qcom/lahaina.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index b20da3d3..0df3c4f8 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -1260,6 +1260,32 @@ qcom,wakeup-enable; }; + qcom,glink { + compatible = "qcom,glink"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + + glink_spss: spss { + qcom,remote-pid = <8>; + transport = "spss"; + mboxes = <&ipcc_mproc IPCC_CLIENT_SPSS + IPCC_MPROC_SIGNAL_GLINK_QMP>; + mbox-names = "spss_spss"; + interrupt-parent = <&ipcc_mproc>; + interrupts = ; + + reg = <0x1885008 0x8>, + <0x1885010 0x4>; + reg-names = "qcom,spss-addr", + "qcom,spss-size"; + + label = "spss"; + qcom,glink-label = "spss"; + }; + }; }; #include "lahaina-regulators.dtsi"