From 565736b74aa75d627ad06d2464431a32366e6c9d Mon Sep 17 00:00:00 2001 From: Raghavendra Rao Ananta Date: Mon, 24 Jun 2019 15:55:01 -0700 Subject: [PATCH] bindings: Add device-tree bindings for SCM driver Add device-tree bindings documentation describing the properties for the Secure Channel Communication (SCM) driver. Change-Id: I1fa64f643a6be9281ef7b127506171948decc7be --- .../soc/qcom/qcom,secure-chan-manager.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bindings/soc/qcom/qcom,secure-chan-manager.yaml diff --git a/bindings/soc/qcom/qcom,secure-chan-manager.yaml b/bindings/soc/qcom/qcom,secure-chan-manager.yaml new file mode 100644 index 00000000..ddb0429d --- /dev/null +++ b/bindings/soc/qcom/qcom,secure-chan-manager.yaml @@ -0,0 +1,27 @@ +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/soc/qcom/qcom,secure-chan-manager.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: Qualcomm Technologies, Inc. Secure Channel Manager binding + +maintainers: + - Raghavendra Rao Ananta + +description: | + The Secure Channel Manager (SCM) driver is used to communicate with the ARMv8 + secure world (EL2 and EL3). + +properties: + compatible: + items: + - const: qcom,secure-chan-manager + +required: + - compatible + +examples: + - | + qcom_scm { + compatible = "qcom,secure-chan-manager"; + };