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

Commit 186528c2 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: Add snapshot of hyp_core_ctl driver documentation"

parents 413dd9b1 e9e85b27
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>;
	};