Merge "ARM: dts: msm: Add CPUSYS_VM support for parrot/ravelin"

This commit is contained in:
QCTECMDR Service
2024-10-23 21:23:24 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 20 additions and 0 deletions

View File

@@ -2072,6 +2072,16 @@
virtio-backends = <&trust_ui_vm_virt_be0>; virtio-backends = <&trust_ui_vm_virt_be0>;
}; };
gh-secure-vm-loader@1 {
compatible = "qcom,gh-secure-vm-loader";
qcom,pas-id = <35>;
qcom,vmid = <50>;
qcom,firmware-name = "cpusys_vm";
memory-region = <&cpusys_vm_mem>;
ext-region = <&chipinfo_mem>;
ext-label = <0x7>;
};
qrtr-gunyah { qrtr-gunyah {
compatible = "qcom,qrtr-gunyah"; compatible = "qcom,qrtr-gunyah";
qcom,master; qcom,master;

View File

@@ -2473,6 +2473,16 @@
virtio-backends = <&trust_ui_vm_virt_be0>; virtio-backends = <&trust_ui_vm_virt_be0>;
}; };
gh-secure-vm-loader@1 {
compatible = "qcom,gh-secure-vm-loader";
qcom,pas-id = <35>;
qcom,vmid = <50>;
qcom,firmware-name = "cpusys_vm";
memory-region = <&cpusys_vm_mem>;
ext-region = <&chipinfo_mem>;
ext-label = <0x7>;
};
vendor_hooks: qcom,cpu-vendor-hooks { vendor_hooks: qcom,cpu-vendor-hooks {
compatible = "qcom,cpu-vendor-hooks"; compatible = "qcom,cpu-vendor-hooks";
}; };