Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp154585pxk; Wed, 16 Sep 2020 00:20:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw1N73lr3+ZcnsAHHNX7aowzCGy39a/OXKkiq9ee+8Q/iSMQqWhtdc08dDdknMIYfTObE4C X-Received: by 2002:a17:906:829a:: with SMTP id h26mr24795203ejx.11.1600240855032; Wed, 16 Sep 2020 00:20:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600240855; cv=none; d=google.com; s=arc-20160816; b=QUNjmxYRWHbBspo0sgxWUjEdsfeGrUgVt3Eon53Ojhi3GOm9PdOcQd3MtuiPkO5028 ZqjGBK5cucvK4FIjbuGv2qSeTIKaS3gyoj2JtT/PbNzkYcq4GnfwQKe9PUeWEM7CtUR3 J/wJ8i208ES/L2WjJ+4umDIf52fQOax6ltr4cpyo0lmzVdc4V2QhdjCwXe9UNWyG8XzC hFckzSjphV05+NJIfqZYyWeRP5khVTT60p7auztyyuNknE3Aich/Gq0eRuzXuLshP/eo 4PtkSqMQuuHBPBbihl+es5rQe1SOzQB3skGAYtgu+wVBt12sgox02pdt4tp8FFTJXrma /Hrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=+o/Pl6SANc88ar2SJHilmiHWhd5seYqTmLjUIy4P3TI=; b=0MRBPSMGGJedkozdD8f1Fm783b+s7dzY7MJ7ivNq55VTyGoWuw04OSLWsO7tQIJTfp yUsMU1GvtjZIFM/u6UhYmYaB7r3UBFvsIZFep+KBBO+ObdLcu8vDIWBNH4r3p4+wFeQO t2gsVjmRa8D9V6UF9FWgVS3/MQl40Xq7riZldPcyuEn6RXgCkv5X2BZaW5VsVQqGW/yN /QjpgdgUdw3zr4TUVyMWHoslLPkmmE2IYLIS5gaEfIbnaYKW6nJRp0NC6QX0K0cp3lcg KCEAZldGxIgsXs/SUmH/im1yszlgmI0w9qfbL5em6TVqpeTei0n54J2SkQOJiIS/SMsk 7sXw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v10si11096419eds.459.2020.09.16.00.20.31; Wed, 16 Sep 2020 00:20:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726149AbgIPHUN (ORCPT + 99 others); Wed, 16 Sep 2020 03:20:13 -0400 Received: from foss.arm.com ([217.140.110.172]:54786 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726196AbgIPHUL (ORCPT ); Wed, 16 Sep 2020 03:20:11 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 88A3D1045; Wed, 16 Sep 2020 00:20:10 -0700 (PDT) Received: from e110176-lin.kfn.arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E0C883F68F; Wed, 16 Sep 2020 00:20:08 -0700 (PDT) From: Gilad Ben-Yossef To: Herbert Xu , "David S. Miller" , Rob Herring Cc: Ofir Drang , linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: crypto: update ccree optional params Date: Wed, 16 Sep 2020 10:19:49 +0300 Message-Id: <20200916071950.1493-2-gilad@benyossef.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200916071950.1493-1-gilad@benyossef.com> References: <20200916071950.1493-1-gilad@benyossef.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Document ccree driver supporting new optional parameters allowing to customize the DMA transactions cache parameters and ACE bus sharability properties. Signed-off-by: Gilad Ben-Yossef --- Documentation/devicetree/bindings/crypto/arm-cryptocell.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/crypto/arm-cryptocell.txt b/Documentation/devicetree/bindings/crypto/arm-cryptocell.txt index 6130e6eb4af8..1a1603e457a8 100644 --- a/Documentation/devicetree/bindings/crypto/arm-cryptocell.txt +++ b/Documentation/devicetree/bindings/crypto/arm-cryptocell.txt @@ -13,6 +13,10 @@ Required properties: Optional properties: - clocks: Reference to the crypto engine clock. - dma-coherent: Present if dma operations are coherent. +- awcache: Set write transactions cache attributes +- arcache: Set read transactions cache attributes +- awdomain: Set write transactions ACE sharability domain (712, 703, 713 only) +- ardomain: Set read transactions ACE sharability domain (712, 703, 713 only) Examples: -- 2.27.0