Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp108016imm; Thu, 28 Jun 2018 15:56:57 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfSwwQ/t2JSy3cRIvT2AlxwN2kEfUfBeefoM5tV5cr//OvVuigtnmO4Znb7A1yTcIJ4C5jD X-Received: by 2002:a62:3687:: with SMTP id d129-v6mr11864490pfa.137.1530226617792; Thu, 28 Jun 2018 15:56:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530226617; cv=none; d=google.com; s=arc-20160816; b=qmPszBtzryzBvfo6oQeq7jPhmgVnaHOf6mORh/JY7uTdfUovgbhJs/YbsWv6WbCw3H nW6INDs+lOYU1F9yHI1sQKa0Ti0gMPLwPvqytaN+WzbRaa8fruAD4wWM7euoBINdGooR NTwXeO40jU6BeAcgBZRsZs5WUSce8Grsanrd44OycBOqhnr83qsGQi5VbOSc28OKBh1K vEcdgG1w4cIJlD/DWKAJHXlvfso0sZOKJu0mMGp+VnghtZsTQqMzyuKJ34IWR5k241ek yVHB7bWTvJTUzUpft0G+sC9ALgHS8ZJ/TlVmDbsstftAhM7wXFUHldG5rv8ft3GOietV FD1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=nApEfyALVAWPYZzlJ8nCtvirhqkhBDa+IL+V2mK9FLc=; b=daa+mZzW2icCJ1WR+WLlecavNFhI9wd6Demc3rUmYVi1hGEyu4+yHB1RQFe/ZzfgLo huwK5eBOJ0RanspgKl8KJJT0oj/m+brc2uERGJr+ElXh1MeV6OcO+W4bgaElwgHg10cw UmQgvfBLkKTKPTq3bsyoK0bLVwtVMdpjHTlRjyIgvSHuhmWkaThv6IfrqW+yn81b4FtC 4DKznGhlRLqNL+e/ZwqhCiPY5Nwpaoz4LtCqBPmYY28QbBZbt7c5JdxtAZDU3Xl4ZEH2 ccyH8Nufeb22j2olkbfLNn6PW0fw6IDfOW+Z8XWFtY34HOfJQI0y0fyurw17xKSdidsr A4Og== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q61-v6si7609936plb.93.2018.06.28.15.56.40; Thu, 28 Jun 2018 15:56:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967132AbeF1PUk (ORCPT + 99 others); Thu, 28 Jun 2018 11:20:40 -0400 Received: from mail.bootlin.com ([62.4.15.54]:53358 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967065AbeF1PUH (ORCPT ); Thu, 28 Jun 2018 11:20:07 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 3845920DD7; Thu, 28 Jun 2018 17:20:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (nat.foo.tf [163.172.35.26]) by mail.bootlin.com (Postfix) with ESMTPSA id 0BFC4203EC; Thu, 28 Jun 2018 17:20:05 +0200 (CEST) From: Antoine Tenart To: herbert@gondor.apana.org.au, davem@davemloft.net, gregory.clement@bootlin.com, andrew@lunn.ch, jason@lakedaemon.net, sebastian.hesselbarth@gmail.com Cc: Antoine Tenart , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, maxime.chevallier@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, oferh@marvell.com, igall@marvell.com Subject: [PATCH 09/14] Documentation/bindings: crypto: inside-secure: eip197d support Date: Thu, 28 Jun 2018 17:15:39 +0200 Message-Id: <20180628151544.22134-10-antoine.tenart@bootlin.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180628151544.22134-1-antoine.tenart@bootlin.com> References: <20180628151544.22134-1-antoine.tenart@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch documents the new compatible used for the eip197d engine, as this new engine is now supported by the Inside Secure SafeXcel cryptographic driver. Signed-off-by: Antoine Tenart --- .../devicetree/bindings/crypto/inside-secure-safexcel.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt b/Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt index dc8678db52fa..3bbf144c9988 100644 --- a/Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt +++ b/Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt @@ -1,7 +1,8 @@ Inside Secure SafeXcel cryptographic engine Required properties: -- compatible: Should be "inside-secure,safexcel-eip197b" or +- compatible: Should be "inside-secure,safexcel-eip197b", + "inside-secure,safexcel-eip197d" or "inside-secure,safexcel-eip97ies". - reg: Base physical address of the engine and length of memory mapped region. - interrupts: Interrupt numbers for the rings and engine. -- 2.17.1