mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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: I479210f264eda7607883a321ec1412fd99eaef17
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
e7e4796904
commit
40e0e510be
@@ -2642,6 +2642,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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user