Re: [PATCH 2/2] arm64: dts: qcom: msm8953: Add interconnects

From: Konrad Dybcio
Date: Mon Apr 07 2025 - 04:51:28 EST


On 4/6/25 10:55 PM, Luca Weiss wrote:
> From: Vladimir Lypak <vladimir.lypak@xxxxxxxxx>
>
> Add the nodes for the bimc, pcnoc, snoc and snoc_mm. And wire up the
> interconnects where applicable.
>
> Signed-off-by: Vladimir Lypak <vladimir.lypak@xxxxxxxxx>
> [luca: Prepare patch for upstream submission]
> Signed-off-by: Luca Weiss <luca@xxxxxxxxxxxx>
> ---

[...]

> + interconnects = <&snoc_mm MAS_MDP RPM_ACTIVE_TAG
> + &bimc SLV_EBI RPM_ACTIVE_TAG>,
> + <&bimc MAS_APPS_PROC RPM_ACTIVE_TAG
> + &pcnoc SLV_DISP_SS_CFG RPM_ACTIVE_TAG>;

RPM_ACTIVE_TAG is akin to QCOM_ICC_TAG_ACTIVE_ONLY, keep it on the CPUs
and on the cpu-cfg paths, use RPM_ALWAYS_TAG otherwise

Konrad