From cbfdf67d856f245fdfce972ebe72763b0d8ce50b Mon Sep 17 00:00:00 2001 From: Cong Zhang Date: Tue, 1 Aug 2023 15:00:32 +0800 Subject: [PATCH] ARM: dts: qcom: Add property in hyp_core_ctl to handle logical CPUs 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 available. Change-Id: I93417c295b6ff959cf249cae3da06c68ad2e3157 --- qcom/ravelin.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 698036f3..509c83d5 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -2667,6 +2667,8 @@ hyp_core_ctl: qcom,hyp-core-ctl { compatible = "qcom,hyp-core-ctl"; + qcom,populate-cpus; + qcom,unisolate-timeout-ms = <12000>; status = "ok"; };