From 2ff9f4d6a37da7f5820d6db55074302611a294df Mon Sep 17 00:00:00 2001 From: Akhil Manikoth Kallankandy Date: Fri, 28 Jun 2024 13:19:25 +0530 Subject: [PATCH] ARM: dts: msm: Update parrot glink node Fix for pmic glink node for parrot without this change glink channel registration fails for the ADSP communication. Change-Id: Ib8a79ca286a884ea679cc34829823cdeca8f5751 Signed-off-by: Akhil Manikoth Kallankandy --- qcom/parrot.dtsi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 0b1c2cca..8fd9dcd6 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -2167,6 +2167,7 @@ qcom,adsp_qrtr { qcom,glink-channels = "IPCRTR"; + qcom,net-id = <2>; qcom,intents = <0x800 5 0x2000 3 0x4400 2>; @@ -2174,10 +2175,15 @@ qcom,no-wake-svc = <0x190>; }; - qcom,msm_fastrpc_rpmsg { - compatible = "qcom,msm-fastrpc-rpmsg"; - qcom,glink-channels = "fastrpcglink-apps-dsp"; - qcom,intents = <0x64 64>; + qcom,pmic_glink_rpmsg { + qcom,glink-channels = "PMIC_RTR_ADSP_APPS"; + }; + + qcom,pmic_glink_log_rpmsg { + qcom,glink-channels = "PMIC_LOGS_ADSP_APPS"; + qcom,intents = <0x800 5 + 0xc00 3 + 0x2000 1>; }; }; };