From e0754fd7fb9d71634c9ae4a6fb3f65b1b3bcc38a Mon Sep 17 00:00:00 2001 From: songchai Date: Thu, 16 Jan 2025 22:31:03 -0800 Subject: [PATCH] ARM: dts: msm: add ddr-lpi qmi for tuna add ddr-lpi qmi for tuna. Change-Id: I920f472840195bc6636732eb511abb2e2fbc21c4 Signed-off-by: songchai --- qcom/tuna-coresight.dtsi | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/qcom/tuna-coresight.dtsi b/qcom/tuna-coresight.dtsi index 64ad37c5..c99fba1f 100644 --- a/qcom/tuna-coresight.dtsi +++ b/qcom/tuna-coresight.dtsi @@ -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 { @@ -2184,12 +2184,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>; + }; + }; }; }; @@ -4325,6 +4337,14 @@ <&lpass_audio_out_qmi>; }; }; + + port@5 { + reg = <5>; + qmi_in_ddr_lpi: endpoint { + remote-endpoint = + <&ddr_lpi_out_qmi>; + }; + }; }; };