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
> + 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?
Konrad