Re: [PATCH v2 1/3] arm64: dts: qcom: Add interconnect nodes for SDX75

From: Rohit Agarwal
Date: Tue Oct 03 2023 - 04:04:46 EST



On 9/27/2023 4:17 PM, Konrad Dybcio wrote:
On 26.09.2023 11:29, Rohit Agarwal wrote:
Add interconnect nodes to support interconnects on SDX75.
Also parallely add the interconnect property for UART required
so that the bootup to shell does not break with interconnects
in place.

Signed-off-by: Rohit Agarwal <quic_rohiagar@xxxxxxxxxxx>
---
[...]

scm: scm {
compatible = "qcom,scm-sdx75", "qcom,scm";
@@ -434,6 +448,8 @@
clock-names = "m-ahb",
"s-ahb";
iommus = <&apps_smmu 0xe3 0x0>;
+ interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>;
0 -> QCOM_ICC_TAG_ALWAYS (dt-bindings/interconnect/qcom,icc.h)
Ok, Let me update this.

Thanks,
Rohit.

Konrad