Merge "ARM: dts: msm: enable memory object extension for si-core"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
7c36f7f008
29
bindings/firmware/qcom,mem-object.yaml
Normal file
29
bindings/firmware/qcom,mem-object.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
$id: http://devicetree.org/schemas/firmware/qcom,mem-object.yaml#
|
||||||
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
|
title: Qualcomm Technologies, Inc. Trusted execution environment memory object
|
||||||
|
|
||||||
|
description: |
|
||||||
|
QTEE can shared memory over smcinvoke. This interface allows client to create
|
||||||
|
a memory object that can be shared with QTEE.
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Amirreza Zarrabi <quic_azarrabi@quicinc.com>
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
const: qcom,mem-object
|
||||||
|
|
||||||
|
required:
|
||||||
|
- compatible
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
|
examples:
|
||||||
|
- |
|
||||||
|
qcom_mem_object {
|
||||||
|
compatible = "qcom,mem-object";
|
||||||
|
};
|
@@ -315,6 +315,10 @@
|
|||||||
compatible = "qcom,smcinvoke";
|
compatible = "qcom,smcinvoke";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom_mem_object {
|
||||||
|
compatible = "qcom,mem-object";
|
||||||
|
};
|
||||||
|
|
||||||
qtee_shmbridge {
|
qtee_shmbridge {
|
||||||
compatible = "qcom,tee-shared-memory-bridge";
|
compatible = "qcom,tee-shared-memory-bridge";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user