From 1269b5d94bc585ff9b74b4aa95dc785eeafb9ef8 Mon Sep 17 00:00:00 2001 From: Yue Liu Date: Tue, 6 Dec 2022 20:49:26 +0800 Subject: [PATCH] ARM: dts: msm: add cpusys-vm node for Ravelin Add cpusys-vm device tree node to support loading the cpusys-vm and starting the VM by the guestvm loader driver. Change-Id: I3f7edf867982ee1c4fba32b3ef21e324310799f0 --- qcom/ravelin.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 39b381f7..dff01a15 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -2620,6 +2620,14 @@ memory-region = <&trust_ui_vm_mem>; }; + qcom,guestvm_loader@e0600000 { + compatible = "qcom,guestvm-loader"; + qcom,pas-id = <35>; + qcom,vmid = <50>; + qcom,firmware-name = "cpusys_vm"; + memory-region = <&cpusys_vm_mem>; + }; + vendor_hooks: qcom,cpu-vendor-hooks { compatible = "qcom,cpu-vendor-hooks"; };