Re: [PATCH v1 5/6] arm64: dts: qcom: kodiak: Add QSPI memory interconnect path

From: Dmitry Baryshkov

Date: Tue Mar 24 2026 - 17:00:38 EST


On Tue, Mar 24, 2026 at 06:43:22PM +0530, Viken Dadhaniya wrote:
> Add the missing QSPI-to-memory interconnect path alongside the existing
> configuration path. Without it, the interconnect framework cannot vote for
> the bandwidth required by QSPI DMA data transfers.
>
> Signed-off-by: Viken Dadhaniya <viken.dadhaniya@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/kodiak.dtsi | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/kodiak.dtsi b/arch/arm64/boot/dts/qcom/kodiak.dtsi
> index 6079e67ea829..9a44bb3811a7 100644
> --- a/arch/arm64/boot/dts/qcom/kodiak.dtsi
> +++ b/arch/arm64/boot/dts/qcom/kodiak.dtsi
> @@ -4312,9 +4312,10 @@ qspi: spi@88dc000 {
> clocks = <&gcc GCC_QSPI_CNOC_PERIPH_AHB_CLK>,
> <&gcc GCC_QSPI_CORE_CLK>;
> clock-names = "iface", "core";
> - interconnects = <&gem_noc MASTER_APPSS_PROC 0
> - &cnoc2 SLAVE_QSPI_0 0>;
> - interconnect-names = "qspi-config";
> + interconnects = <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QSPI_0 0>,
> + <&aggre1_noc MASTER_QSPI_0 0 &mc_virt SLAVE_EBI1 0>;

As you are touching thse lines, please also switch to correspodning
QCOM_ICC_TAGs (and I'm not sure if those should be ALWAYS).


> + interconnect-names = "qspi-config",
> + "qspi-memory";
> power-domains = <&rpmhpd SC7280_CX>;
> operating-points-v2 = <&qspi_opp_table>;
> status = "disabled";
>
> --
> 2.34.1
>

--
With best wishes
Dmitry