Konrad, I intend to follow up on this patch series as the previous person is stuck with other assignments. Will address the comments in the other patches too and post a new version shortly.
> On 4/17/25 8:12 AM, Gokul Sriram Palanisamy wrote: > > From: Manikanta Mylavarapu <[email protected]> > > > > Enable nodes required for q6 remoteproc bring up. > > > > Signed-off-by: Manikanta Mylavarapu <[email protected]> > > Signed-off-by: Gokul Sriram Palanisamy <[email protected]> > > --- > > [...] > > > + q6v5_wcss: remoteproc@cd00000 { > > + compatible = "qcom,ipq9574-wcss-sec-pil"; > > + reg = <0x0cd00000 0x4040>; > > 0x10_000-long Will fix this. > > + firmware-name = "ath11k/IPQ9574/hw1.0/q6_fw.mbn"; > > + interrupts-extended = <&intc GIC_SPI 325 > > IRQ_TYPE_EDGE_RISING>, > > + <&smp2p_wcss_in 0 IRQ_TYPE_NONE>, > > + <&smp2p_wcss_in 1 IRQ_TYPE_NONE>, > > + <&smp2p_wcss_in 2 IRQ_TYPE_NONE>, > > + <&smp2p_wcss_in 3 IRQ_TYPE_NONE>; > > + interrupt-names = "wdog", > > + "fatal", > > + "ready", > > + "handover", > > + "stop-ack"; > > + > > + qcom,smem-states = <&smp2p_wcss_out 1>, > > + <&smp2p_wcss_out 0>; > > + qcom,smem-state-names = "stop", > > + "shutdown"; > > + memory-region = <&q6_region>; > > + > > + glink-edge { > > + interrupts = <GIC_SPI 321 IRQ_TYPE_EDGE_RISING>; > > Shouldn't this be 323? Since Q6 uses 321 for glink and 322 for smp2p we have to use the same in Linux too. As of now 323 and 324 are unused. Thanks -Varada
