Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9DE4C6FD1C for ; Tue, 14 Mar 2023 11:50:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231453AbjCNLuu (ORCPT ); Tue, 14 Mar 2023 07:50:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231346AbjCNLuq (ORCPT ); Tue, 14 Mar 2023 07:50:46 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 782BC6B30B; Tue, 14 Mar 2023 04:50:43 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32EBoXGV050742; Tue, 14 Mar 2023 06:50:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678794633; bh=8FgbK58JybAyDtGSU/0NOI0pYcGWkd9ysHycShu750M=; h=From:To:CC:Subject:In-Reply-To:References:Date; b=sRxen+dkbWG5GeZGuJy6gi8pC6y5XXErOBEs1st8qNtdh+m4GG9iZo1SrT+Dtldj6 BT5loN739VgSNmpNtJ7fJ2XtjkSwcY1os60542oPYf8Z/gUyE1mSD5+GT8vHxMVrPc Ntx2muIJvTrLm8oT7ROR0lZ/rtKflxZTlZyaR2Ns= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32EBoXCL000645 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Mar 2023 06:50:33 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 14 Mar 2023 06:50:32 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Tue, 14 Mar 2023 06:50:32 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32EBoWg7108403; Tue, 14 Mar 2023 06:50:32 -0500 From: Kamlesh Gurudasani To: Jayesh Choudhary , , CC: , , , , , , Subject: Re: [PATCH 0/2] Add Crypto Support for J784S4 SoC In-Reply-To: <20230313104721.407071-1-j-choudhary@ti.com> References: <20230313104721.407071-1-j-choudhary@ti.com> Date: Tue, 14 Mar 2023 17:20:31 +0530 Message-ID: <87v8j3v9fc.fsf@kamlesh.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jayesh Choudhary writes: > This series adds the crypto node for sa2ul for j784s4 platform. > > First patch adds the device-id for NAVSS without which the probe > for dma-controller fails due to 'ti,sci-dev-id' read failure. > Second patch adds the crypto node. > > This series has functional dependency on j784s4 k3_soc_id[1] and > PSIL-thread support[2] but it does not affect the boot. > > [1]: > > > [2]: > > > For testing the crypto support, crypto extra tests and self tests were > enabled and tcrypt tests were used to verify SHA-1/256/512, AES and DES3 > algorithms. > > Testing log: > > > Jayesh Choudhary (2): > arm64: dts: ti: k3-j784s4-main: Add 'ti,sci-dev-id' for main_navss > arm64: dts: ti: k3-j784s4-main: Enable crypto accelerator > > arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > -- > 2.25.1 Both patches look good to me. Reviewed-by: Kamlesh Gurudasani