From patchwork Thu Jun 15 12:10:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antoine Tenart X-Patchwork-Id: 9788735 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4835C60384 for ; Thu, 15 Jun 2017 12:11:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 31C9F285FD for ; Thu, 15 Jun 2017 12:11:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 24CBF285FF; Thu, 15 Jun 2017 12:11:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 964CE285EF for ; Thu, 15 Jun 2017 12:11:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=+urYiDSdR856KUnSZWxp/sXbgEIR1i5ifRfeCKkkM6c=; b=J7G q/EOjejUe9r8zcFVhYw6+d0zxXId9wpcO/p5OULfnzcHtBqJjvNhgw61f4yYWr9hHxHrQPuTeG4k5 ++tjDWaQeDxMPbeMWOJkiPl6Uxv+hHexu9J4v9F3Tj/eSSdaNaeXWUR2y8dCcWTjn8p9Pc0P0OcFb WgFSbgnuvQdoaMSI3dA7RDcjDZ6z4Z3npZ2NfNglF4XsVCRmklCz/Om1+dkh1ObNXlf3KZtQIskzs GGBDN3rhoMyKBzEPCsS5F6YmWvLhkHgX2VypOK3mVtz/QtcBjRqJY845whUdduQUR8Xq9tV1lNMq/ uJUl0Cp4CDg/Q7QwyVde2OPZY8yq+JQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dLTce-0003Uh-KP; Thu, 15 Jun 2017 12:11:36 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dLTca-0003Fa-L5 for linux-arm-kernel@lists.infradead.org; Thu, 15 Jun 2017 12:11:34 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id E48F620811; Thu, 15 Jun 2017 14:11:11 +0200 (CEST) Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.free-electrons.com (Postfix) with ESMTPSA id BA60E21E4A; Thu, 15 Jun 2017 14:11:01 +0200 (CEST) From: Antoine Tenart To: jason@lakedaemon.net, andrew@lunn.ch, gregory.clement@free-electrons.com, sebastian.hesselbarth@gmail.com Subject: [PATCH v2 1/3] arm64: dts: marvell: cp110: enable the crypto engine at the SoC level Date: Thu, 15 Jun 2017 14:10:02 +0200 Message-Id: <20170615121004.32257-1-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.9.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170615_051132_861587_8C943AA6 X-CRM114-Status: UNSURE ( 9.63 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: thomas.petazzoni@free-electrons.com, Antoine Tenart , nadavh@marvell.com, linux-arm-kernel@lists.infradead.org, oferh@marvell.com, igall@marvell.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the cryptographic engine at the SoC level on the master cp110. This engine is always present and do not depends on any pinmux configuration. Signed-off-by: Antoine Tenart --- arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi index c4294403276b..54cc3fc7b6a4 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi @@ -245,7 +245,6 @@ "ring2", "ring3", "eip"; clocks = <&cpm_syscon0 1 26>; dma-mask = <0xff 0xffffffff>; - status = "disabled"; }; };