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

Commit 86f22adb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 7c37fcc0 49ac72da
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -16,6 +16,13 @@ properties:
  image_to_be_loaded:
    $ref: /schemas/types.yaml#/definitions/string

  qcom,reserved-cpus:
     Value type: <prop-encoded-array>
     Definition: should contain cpus reserved for guestvm

  qcom,unisolate-timeout-ms:
    description: timeout, in ms, for unisolating reserved cpus.

required:
  - compatible
  - image_to_be_loaded
@@ -25,5 +32,7 @@ examples:
    qcom,guestvm_loader {
      compatible = "qcom,guestvm-loader";
      image_to_be_loaded = "trustedvm";
      qcom,reserved-cpus = <4 5>;
      qcom,unisolate-timeout-ms = <8000>;
    };
...
+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>;
	};