Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4755ff7 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add vcpu affinity properties for trustedvm

Add vcpu properties to vmconfig to set the affinity and priorities for
this vm.

Change-Id: I4458052debadb3c1bead903fcbcd89bfe5a7e4f1
parent 70bb1b5a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -182,7 +182,9 @@
		vcpus {
			config = "/cpus";
			affinity = "static";
			affinity-map = <0x0>;   /* VCPU -> CPU */
			affinity-map = <0x4 0x5>;   /* VCPU[0,1] -> CPU[4,5] */
			sched-priority = < (-1) >;  /* relative to PVM */
			sched-timeslice = <2000>;   /* in ms */
		};

		interrupts {