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

Commit e9e85b27 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

dt-bindings: Add snapshot of hyp_core_ctl driver documentation



This snapshot is taken from msm-4.14 as of commit 097667ef
("qcom: hyp_core_ctl: Get reserve CPUs from Hypervisor").

Change-Id: I3754a6b665d62b7517dab57396040035e3adfd40
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent bd97dbaf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. Core Control for Hypervisor

Required properties:
- compatible: should be "qcom,hyp-core-ctl"
- reg: An array of u32 values. reg[0] contains the token id to be used
       for hyp core_ctl system calls to set/get physical CPUs corresponding
       to the virtual CPUs. reg[1] ... reg[n] indicate the token ids
       to be used while referring to the virtual CPUs respectively.

Example:

	hyp-core-ctl@346 {
		compatible = "qcom,hyp-core-ctl";
		reg = <0x346 0x347 0x348>;
	};