From patchwork Fri Sep 16 11:09:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 76371 Delivered-To: patches@linaro.org Received: by 10.140.106.72 with SMTP id d66csp436409qgf; Fri, 16 Sep 2016 04:10:01 -0700 (PDT) X-Received: by 10.46.5.139 with SMTP id 133mr5903672ljf.10.1474024201342; Fri, 16 Sep 2016 04:10:01 -0700 (PDT) Return-Path: Received: from mail-lf0-x229.google.com (mail-lf0-x229.google.com. [2a00:1450:4010:c07::229]) by mx.google.com with ESMTPS id r65si3674111lfi.137.2016.09.16.04.10.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Sep 2016 04:10:01 -0700 (PDT) Received-SPF: pass (google.com: domain of jens.wiklander@linaro.org designates 2a00:1450:4010:c07::229 as permitted sender) client-ip=2a00:1450:4010:c07::229; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of jens.wiklander@linaro.org designates 2a00:1450:4010:c07::229 as permitted sender) smtp.mailfrom=jens.wiklander@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-lf0-x229.google.com with SMTP id h127so63612022lfh.0 for ; Fri, 16 Sep 2016 04:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=TcIjcT2nZUVIFolfepEBMw39MEvZqG3gALcRgWIOWNk=; b=dVXkqqX8jE2pscKe3tfefk2Z5g2wpV+FRbwSyRncokHS6W7Jc/vngG/XDapczDAXBM Ba+bWQskaAr2ktqGsLgUplJ2rQ+wkBALK8/2gIA610lZErhOQ+ssbNXlCaq4ys1MqIU4 loVciG+uGCUiJb9Zp9vThDP0hm12KpUQNnQek= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=TcIjcT2nZUVIFolfepEBMw39MEvZqG3gALcRgWIOWNk=; b=bQlPbqptKzrtyNwwcpEoFvbRZ+zJ5OJjHANUAj5MkiYxbo4U1h3vq9UpdmrNyAS1lB 1QYAOUcWWBI6YHpMlwJseBpMkApIa3jRSYwD+FutRiQssqJwtytk07MABONNmOdbekxG EriUEKGtARal4I+HyHfSh87lwqvGfud4g1I/iGJT3FXBmCYOYEM95dyceJUqYUYzillF 9HdP7eOvsqk326xok7Epcfh73y8gFpkTdJ7LC7WORhwucJlTpaWMH/GgEVyCvow6VuPC Wbov0BybTmQgf0zm35SjshFOb8QwB682T1BixFEb3QQV24eXU4Tvv4OGh6xiNvIL0N5L bEVg== X-Gm-Message-State: AE9vXwMMdHFPk9J75Hx7z9Q6mjfJ1wfY7cXzKYuzxU1sWp79xonPsHrDgHHHKotd+0B29lARGNc= X-Received: by 10.25.161.85 with SMTP id k82mr5860600lfe.90.1474024200898; Fri, 16 Sep 2016 04:10:00 -0700 (PDT) Return-Path: Received: from ermac.urgonet (h-84-45.a175.priv.bahnhof.se. [79.136.84.45]) by smtp.gmail.com with ESMTPSA id e8sm2215350lji.40.2016.09.16.04.09.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 16 Sep 2016 04:10:00 -0700 (PDT) From: Jens Wiklander To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Cc: Greg Kroah-Hartman , Al Viro , valentin.manea@huawei.com, jean-michel.delorme@st.com, emmanuel.michel@st.com, javier@javigon.com, Jason Gunthorpe , Mark Rutland , Michal Simek , Rob Herring , Will Deacon , Arnd Bergmann , Nishanth Menon , "Andrew F. Davis" , Jens Wiklander Subject: [PATCH v12 1/4] dt/bindings: add bindings for optee Date: Fri, 16 Sep 2016 13:09:24 +0200 Message-Id: <1474024167-23253-2-git-send-email-jens.wiklander@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474024167-23253-1-git-send-email-jens.wiklander@linaro.org> References: <1474024167-23253-1-git-send-email-jens.wiklander@linaro.org> Introduces linaro prefix and adds bindings for ARM TrustZone based OP-TEE implementation. Acked-by: Rob Herring Signed-off-by: Jens Wiklander --- .../bindings/arm/firmware/linaro,optee-tz.txt | 31 ++++++++++++++++++++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + 2 files changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt -- 1.9.1 diff --git a/Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt b/Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt new file mode 100644 index 0000000..d38834c --- /dev/null +++ b/Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt @@ -0,0 +1,31 @@ +OP-TEE Device Tree Bindings + +OP-TEE is a piece of software using hardware features to provide a Trusted +Execution Environment. The security can be provided with ARM TrustZone, but +also by virtualization or a separate chip. + +We're using "linaro" as the first part of the compatible property for +the reference implementation maintained by Linaro. + +* OP-TEE based on ARM TrustZone required properties: + +- compatible : should contain "linaro,optee-tz" + +- method : The method of calling the OP-TEE Trusted OS. Permitted + values are: + + "smc" : SMC #0, with the register assignments specified + in drivers/tee/optee/optee_smc.h + + "hvc" : HVC #0, with the register assignments specified + in drivers/tee/optee/optee_smc.h + + + +Example: + firmware { + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 1992aa9..e62c0ae 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -148,6 +148,7 @@ lacie LaCie lantiq Lantiq Semiconductor lenovo Lenovo Group Ltd. lg LG Corporation +linaro Linaro Limited linux Linux-specific binding lsi LSI Corp. (LSI Logic) lltc Linear Technology Corporation