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

Commit 82e16bca authored by Neeraj Upadhyay's avatar Neeraj Upadhyay Committed by Murali Nalajala
Browse files

dt-bindings: Update bindings for guestvm-loader

Update bindings for guestvm-loader with the new properties
for CPU reservation.

Change-Id: Ic3f0e9282524ecf9021ded582d67e80752156301
parent 6fb90973
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>;
    };
...