Merge "ARM: dts: msm: add ddr-lpi qmi for tuna"

This commit is contained in:
QCTECMDR Service
2025-01-22 14:29:26 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
@@ -2187,12 +2187,24 @@
trace-name = "tracenoc-ddr-lpi";
out-ports {
port {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
tpdm_ddr_lpi_out_funnel_aoss: endpoint {
remote-endpoint =
<&funnel_aoss_in_tpdm_ddr_lpi>;
};
};
port@1 {
reg = <1>;
ddr_lpi_out_qmi: endpoint {
remote-endpoint =
<&qmi_in_ddr_lpi>;
};
};
};
};
@@ -4328,6 +4340,14 @@
<&lpass_audio_out_qmi>;
};
};
port@5 {
reg = <5>;
qmi_in_ddr_lpi: endpoint {
remote-endpoint =
<&ddr_lpi_out_qmi>;
};
};
};
};