From patchwork Thu Jun 15 08:01:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antoine Tenart X-Patchwork-Id: 9788309 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 1F50760231 for ; Thu, 15 Jun 2017 08:02:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 112932823D for ; Thu, 15 Jun 2017 08:02:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 05D21284E4; Thu, 15 Jun 2017 08:02:30 +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 B0EC42823D for ; Thu, 15 Jun 2017 08:02:29 +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=cRM/+EuCIw+jkm5PCLnvlbMxMhWcJSD9ATlsi/pAipY=; b=r+b ZD57nZf2APLMMhq0yiBnNwlR+zcvkm/rJP1KHZzf0WTcs9g6LSHsZu9PP6ZR06XEaLM2EFL6Tv3P2 +/H/ixkwqfffCRKShNBSs0GjAmSYUUw3Peqtr46B32Ja353l4AWb7p+0uyzNuIoSm4P28xaHrZx/C orQw80Vncyz8fIkZNvDWP3G0oZWpdJ7f/ljqIYHklsiTDgfhLYLrRxQpwGyTFHXM7Il839aYqAXXj /W8rd3RsH8TyqpDDi989qhVUxsOgVcS9bgo7/vLgcAdq/niQpUJqMTv1hk8pqq1T9y49Yo8QLz4Vp lq9rJMNb2IPqpRIGlglTuJyHRLqPFog==; 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 1dLPjY-0006jS-9b; Thu, 15 Jun 2017 08:02:28 +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 1dLPjU-0006i7-QQ for linux-arm-kernel@lists.infradead.org; Thu, 15 Jun 2017 08:02:26 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id D84A321E4C; Thu, 15 Jun 2017 10:02:01 +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 B095A21E42; Thu, 15 Jun 2017 10:02:01 +0200 (CEST) From: Antoine Tenart To: jason@lakedaemon.net, andrew@lunn.ch, gregory.clement@free-electrons.com, sebastian.hesselbarth@gmail.com Subject: [PATCH] arm64: dts: marvell: enable the cpm crypto engine on the mcbin Date: Thu, 15 Jun 2017 10:01:50 +0200 Message-Id: <20170615080150.27534-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_010225_049468_C776C5CD X-CRM114-Status: UNSURE ( 8.79 ) 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 This patch enables the cpm crypto engine on the mcbin. Signed-off-by: Antoine Tenart --- Hi Gregory, This patch applies on top of today's mvebu/dt64 branch. Thanks! Antoine arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts index fe56efcfcefe..2556c8268b40 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts @@ -176,3 +176,7 @@ usb-phy = <&usb3h0_phy>; status = "okay"; }; + +&cpm_crypto { + status = "okay"; +};