From 42eb60057668df78164e5e19a557768dfd98cbce Mon Sep 17 00:00:00 2001 From: Kishore Kumar Ravi Date: Fri, 24 Nov 2023 13:01:36 +0530 Subject: [PATCH] ARM: dts: msm: Add qrtr gunyah in sun Enable the qrtr gunyah transport for sun. This enables the QRTR Gunyah transport on the primary VM which kickstarts the qrtr protocal between tuivm and pvm. Change-Id: I6cc9d73d087107de9153a781aea255a077f8ee0c Signed-off-by: Kishore Kumar Ravi --- qcom/sun.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index c5ef12eb..b29d4b9d 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2704,6 +2704,13 @@ shared-buffer-size = <0x1000>; }; + qcom,qrtr-gunyah-tuivm { + compatible = "qcom,qrtr-gunyah"; + qcom,master; + gunyah-label = <3>; + peer-name = <2>; + }; + mmio_sram: mmio-sram@0x17b4e000 { #address-cells = <2>; #size-cells = <2>;