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

This commit is contained in:
QCTECMDR Service
2024-09-09 18:28:22 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -167,10 +167,16 @@
};
&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";
};