From 21ec84a2152195ed5d6c9658075f96dc84d56445 Mon Sep 17 00:00:00 2001 From: Pranav Mahesh Phansalkar Date: Thu, 24 Oct 2024 15:48:47 +0530 Subject: [PATCH] ARM: dts: msm: Add qrtr gunyah tuivm node on tuna SoC Add qrtr gunyah tuivm node to enable communication between PVM and TUIVM. Change-Id: If1eebed90a484ef42803fec74629042b04d7a0db Signed-off-by: Pranav Mahesh Phansalkar --- qcom/tuna-vm.dtsi | 15 +++++++++++++++ qcom/tuna.dtsi | 7 +++++++ 2 files changed, 22 insertions(+) diff --git a/qcom/tuna-vm.dtsi b/qcom/tuna-vm.dtsi index 814a1852..ded612a5 100644 --- a/qcom/tuna-vm.dtsi +++ b/qcom/tuna-vm.dtsi @@ -290,6 +290,16 @@ peer-default; }; + qrtr-shm { + vdevice-type = "shm-doorbell"; + generate = "/hypervisor/qrtr-shm"; + push-compatible = "qcom,qrtr-gunyah-gen"; + peer-default; + memory { + qcom,label = <0x3>; + allocate-base; + }; + }; }; }; @@ -426,6 +436,11 @@ qcom,support-hypervisor; }; + qrtr-gunyah { + compatible = "qcom,qrtr-gunyah"; + gunyah-label = <3>; + }; + qti,smmu-proxy { compatible = "smmu-proxy-receiver"; }; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index e0d24717..c6ec32b8 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -2691,6 +2691,13 @@ ext-label = <0x7>; }; + qcom,qrtr-gunyah-tuivm { + compatible = "qcom,qrtr-gunyah"; + qcom,master; + gunyah-label = <3>; + peer-name = <2>; + }; + qcom,pmic_glink_log { compatible = "qcom,qti-pmic-glink"; qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";