mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "bindings: Add device-tree bindings for qtee_shmbridge driver"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
0a81a0d4f7
28
bindings/soc/qcom/qcom,tee-shared-memory-bridge.yaml
Normal file
28
bindings/soc/qcom/qcom,tee-shared-memory-bridge.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: "http://devicetree.org/schemas/soc/qcom/qcom,tee-shared-memory-bridge.yaml#"
|
||||
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
||||
|
||||
title: Qualcomm Technologies, Inc. Trusted execution environment shared memory bridge binding
|
||||
|
||||
maintainers:
|
||||
- Zhen Kong <zkong@quicinc.com>
|
||||
|
||||
description: |
|
||||
|
||||
QTEE shared memory bridge driver is used to share memory between non-secure
|
||||
world and trustzone through shared memory bridge.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
items:
|
||||
- const: qcom,tee-shared-memory-bridge
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
||||
examples:
|
||||
- |
|
||||
qtee_shmbridge {
|
||||
compatible = "qcom,tee-shared-memory-bridge";
|
||||
};
|
||||
Reference in New Issue
Block a user