Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: msm8974: Add WCNSS SMP2P node

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>

authored by

Bjorn Andersson and committed by
Andy Gross
7ccb11e7 9af88b2d

+26
+26
arch/arm/boot/dts/qcom-msm8974.dtsi
··· 149 149 hwlocks = <&tcsr_mutex 3>; 150 150 }; 151 151 152 + smp2p-wcnss { 153 + compatible = "qcom,smp2p"; 154 + qcom,smem = <451>, <431>; 155 + 156 + interrupt-parent = <&intc>; 157 + interrupts = <0 143 IRQ_TYPE_EDGE_RISING>; 158 + 159 + qcom,ipc = <&apcs 8 18>; 160 + 161 + qcom,local-pid = <0>; 162 + qcom,remote-pid = <4>; 163 + 164 + wcnss_smp2p_out: master-kernel { 165 + qcom,entry-name = "master-kernel"; 166 + 167 + #qcom,state-cells = <1>; 168 + }; 169 + 170 + wcnss_smp2p_in: slave-kernel { 171 + qcom,entry-name = "slave-kernel"; 172 + 173 + interrupt-controller; 174 + #interrupt-cells = <2>; 175 + }; 176 + }; 177 + 152 178 smsm { 153 179 compatible = "qcom,smsm"; 154 180