ARM: dts: msm: Update interconnect params for QUP and UART dt node

Currently the interconnect provider framework is expecting
the tag QCOM_ICC_TAG_ALWAYS as part of dtsi node of QUP.

In commit 481c435dd1 ("ARM: dts: qcom: sdxkova: update
interconnect providers with bcm-voter-names") interconnect
framework is not expecting the tag QCOM_ICC_TAG_ALWAYS, and
instead it is enabled by default or expects clients to override.

So, updated the QUPv3 and UART interconnects to remove the
additional interconnect tag.

Change-Id: If3780ec7156487f07cc8892a43341d1d9cb88b96
Signed-off-by: Krishna Chaithanya Reddy G <quic_kgangapu@quicinc.com>
This commit is contained in:
Krishna Chaithanya Reddy G
2024-09-02 17:22:22 +05:30
committed by Visweswara Tanuku
parent 481c435dd1
commit f5fe3ae960

View File

@@ -165,9 +165,15 @@
}; };
&qupv3_id_0 { &qupv3_id_0 {
interconnects =
<&clk_virt MASTER_QUP_CORE_0 &clk_virt SLAVE_QUP_CORE_0>;
interconnect-names = "qup-core";
status = "ok"; status = "ok";
}; };
&uart1 { &uart1 {
interconnects =
<&clk_virt MASTER_QUP_CORE_0 &clk_virt SLAVE_QUP_CORE_0>,
<&gem_noc MASTER_APPSS_PROC &system_noc SLAVE_QUP_0>;
status = "ok"; status = "ok";
}; };