Files
android_kernel_samsung_sm87…/bindings/msm_gsi.yaml
Gayathri S a209252b44 dt-bindings: Update all bindings in YAML format
Add yaml versions of bindings files.

Change-Id: I367d0290b2df1e678a2f0e6ace76283de6c74daa
Signed-off-by: Gayathri S <quic_sgayathr@quicinc.com>
2024-01-29 23:30:59 +05:30

21 lines
537 B
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
title: Qualcomm Technologies, Inc. GSI driver module
description:
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";
}