Files
android_kernel_samsung_sm87…/bindings/msm_gsi.txt
Abhinay Reddy Vanipally 1bc6fcaba5 Moving the code from qcom-proprietary deviec to this project
Moving the code from qcom-proprietary to qcom-opensource
project due to  FR88249
2023-12-13 10:00:56 -08:00

16 lines
446 B
Plaintext

* Qualcomm Technologies, Inc. GSI driver module
GSI is a HW accelerator that supports Generic SW Interfaces (GSI) which are
peripheral specific (IPA in this case).
GSI translates SW transfer elements (TRE) into TLV transactions which are
then processed by the peripheral.
This Driver configures and communicates with GSI HW.
Required properties:
- compatible: Must be "qcom,msm_gsi"
Example:
qcom,msm-gsi {
compatible = "qcom,msm_gsi";
}