ARM: dts: qcom: Add property in hyp_core_ctl for parrot
Update hyp_core_ctl to find and use best CPUs to work for guest VM. This is particularly useful in scenarios when say statically defined CPUs may be unavailable. Change-Id: Ib4b331deca35b86cfea517cf8b6f3d9c584456d2
This commit is contained in:
@@ -2067,9 +2067,6 @@
|
||||
compatible = "qcom,guestvm-loader";
|
||||
qcom,pas-id = <28>;
|
||||
qcom,vmid = <45>;
|
||||
qcom,isolate-cpus;
|
||||
qcom,reserved-cpus = <0x5>, <0x6>;
|
||||
qcom,unisolate-timeout-ms = <12000>;
|
||||
qcom,firmware-name = "trustedvm";
|
||||
memory-region = <&trust_ui_vm_mem>;
|
||||
};
|
||||
@@ -2827,6 +2824,8 @@
|
||||
|
||||
hyp_core_ctl: qcom,hyp-core-ctl {
|
||||
compatible = "qcom,hyp-core-ctl";
|
||||
qcom,populate-cpus;
|
||||
qcom,unisolate-timeout-ms = <12000>;
|
||||
status = "ok";
|
||||
};
|
||||
qcom,msm_gsi {
|
||||
|
||||
Reference in New Issue
Block a user