From f5fe3ae96042074700c5e9c0b5a7de19fa5711e8 Mon Sep 17 00:00:00 2001 From: Krishna Chaithanya Reddy G Date: Mon, 2 Sep 2024 17:22:22 +0530 Subject: [PATCH] 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 481c435dd123 ("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 --- qcom/sdxkova.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/sdxkova.dtsi b/qcom/sdxkova.dtsi index ec6b370c..38a2e09b 100644 --- a/qcom/sdxkova.dtsi +++ b/qcom/sdxkova.dtsi @@ -165,9 +165,15 @@ }; &qupv3_id_0 { + interconnects = + <&clk_virt MASTER_QUP_CORE_0 &clk_virt SLAVE_QUP_CORE_0>; + interconnect-names = "qup-core"; status = "ok"; }; &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"; };