From f1c54f0a62c8fb781737d67e82f857d31ce41d57 Mon Sep 17 00:00:00 2001 From: Chris Lew Date: Tue, 21 Apr 2020 16:48:25 -0700 Subject: [PATCH] ARM: dts: msm: Add qrtr haven for trusted vm Add qrtr node for trusted vm to enable IPC Router protocol communication for the trusted vm. Change-Id: Ia4b82cc8f75df2ba71408d8e328a115850e90c67 --- qcom/trustedvm.dtsi | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/qcom/trustedvm.dtsi b/qcom/trustedvm.dtsi index 42cb3fa3..b520e196 100644 --- a/qcom/trustedvm.dtsi +++ b/qcom/trustedvm.dtsi @@ -44,7 +44,7 @@ memory@28800000 { device_type = "memory"; - reg = <0x0 0x28800000 0x0 0x7700000>; /* Temp S2 mapping */ + reg = <0x0 0x28800000 0x0 0x76f7000>; /* Temp S2 mapping */ }; reserved_memory: reserved-memory { @@ -52,6 +52,11 @@ #size-cells = <2>; ranges; + qrtr_shbuf: qrtr-shmem { + no-map; + reg = <0x0 0x2fef7000 0x0 0x9000>; + }; + chan0_shbuf: neuron-block@0 { no-map; reg = <0x0 0x2ff00000 0x0 0x80000>; @@ -98,6 +103,12 @@ }; }; + qrtr-haven { + compatible = "qcom,qrtr-haven"; + haven-label = <3>; + shared-buffer = <&qrtr_shbuf>; + }; + qcom,vm-config { compatible = "qcom,vm-1.0"; vm-type = "aarch64-guest";