mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: gunyah: Add gh-msgq-test binding"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
d974191fff
28
bindings/soc/qcom/qcom,gh-msg-test.txt
Normal file
28
bindings/soc/qcom/qcom,gh-msg-test.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
QCT Gunyah Hypervisor Message Queue Test Driver
|
||||
|
||||
The Gunyah Hypervisor Test Driver is used to validate gunyah hypervisor
|
||||
functionality. It includes test nodes for transferring gunyah message
|
||||
queue between VMs.
|
||||
|
||||
Required properties:
|
||||
- compatible: "qcom,gh-msgq-test"
|
||||
- qcom,label: The IDs of message queue which are defined in gh_msgq.h
|
||||
- qcom,primary: qcom,primary is required for the master device.
|
||||
The client device should ignore this property.
|
||||
- affinity: affinity is required for the client device.
|
||||
The property is used to affine msgq to specific CPU ID.
|
||||
|
||||
Example:
|
||||
Master:
|
||||
qcom,test-msgq {
|
||||
compatible = "qcom,gh-msgq-test";
|
||||
gunyah-label = <4>;
|
||||
qcom,primary;
|
||||
};
|
||||
|
||||
Client:
|
||||
qcom,test-msgq {
|
||||
compatible = "qcom,gh-msgq-test";
|
||||
gunyah-label = <4>;
|
||||
affinity = <0>;
|
||||
};
|
||||
Reference in New Issue
Block a user