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
This commit is contained in:
Jay Jayanna
2019-09-06 10:35:17 -07:00
parent d8a76f2a85
commit baa27a892f

View File

@@ -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 = <IPCC_CLIENT_SPSS
IPCC_MPROC_SIGNAL_GLINK_QMP
IRQ_TYPE_EDGE_RISING>;
reg = <0x1885008 0x8>,
<0x1885010 0x4>;
reg-names = "qcom,spss-addr",
"qcom,spss-size";
label = "spss";
qcom,glink-label = "spss";
};
};
};
#include "lahaina-regulators.dtsi"