ARM: dts: qcom: Enable proxy cpu affinity for kalama vm

This enables proxy scheduling for Kalama guest virtual machines.

Change-Id: I46061640cd50fc68e125f65565b295817a6e6547
This commit is contained in:
Sreenad Menon
2022-03-24 16:12:27 +05:30
committed by Prakruthi Deepak Heragu
parent bb03c20112
commit fccc5ed31b
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
vcpus {
config = "/cpus";
affinity = "static";
affinity = "proxy";
affinity-map = <0x5 0x6>;
sched-priority = <0>; /* relative to PVM */
sched-timeslice = <2000>; /* in ms */

View File

@@ -118,7 +118,7 @@
vcpus {
config = "/cpus";
affinity = "static";
affinity = "proxy";
affinity-map = <0x5 0x6>;
sched-priority = <0>; /* relative to PVM */
sched-timeslice = <2000>; /* in ms */