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

Commit 49ac72da authored by Murali Nalajala's avatar Murali Nalajala Committed by Neeraj Upadhyay
Browse files

ARM: dts: msm: add new properties to guestvm node

Add new properties to support cpu isolation and unisolation
when the VM boot is start.

Change-Id: I56a0a344230ef22e84a375431d0be2e0ed52a130
parent 82e16bca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5191,6 +5191,8 @@
	qcom,guestvm_loader {
		compatible = "qcom,guestvm-loader";
		image_to_be_loaded = "trustedvm";
		qcom,reserved-cpus = <4 5>;
		qcom,unisolate-timeout-ms = <8000>;
	};

	ssc_sensors: qcom,msm-ssc-sensors {
+2 −0
Original line number Diff line number Diff line
@@ -1174,6 +1174,8 @@
	qcom,guestvm_loader {
		compatible = "qcom,guestvm-loader";
		image_to_be_loaded = "trustedvm";
		qcom,reserved-cpus = <4 5>;
		qcom,unisolate-timeout-ms = <8000>;
	};