From mboxrd@z Thu Jan 1 00:00:00 1970 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 2C613EB64DC for ; Tue, 18 Jul 2023 02:08:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229555AbjGRCIH (ORCPT ); Mon, 17 Jul 2023 22:08:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229705AbjGRCIH (ORCPT ); Mon, 17 Jul 2023 22:08:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 482D61711; Mon, 17 Jul 2023 19:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C4B3C6134B; Tue, 18 Jul 2023 02:07:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAC2FC433C7; Tue, 18 Jul 2023 02:07:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689646070; bh=+OfGIZs0SsqZi5c0p4NoWcdcjEz7/sUz96k8wnCvIM4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gK9oYtETbHn4pfRknyRiV7N/fjhi+5xcKBtJntRB2kqvIVbXd9PYNfx4fCuQRVtbd 4Qmxj3ZnepmNpLQh4OeHbLY+YzB+w5t/17Vjs0FfbKgc5Tt6Qj/TxjLm/ADE9zjPvp 0LZmtS5HfZ/1v4SrCCuhlacIyVBQHNgo2TNb+xOeTxmMYu76cI6WyhYVjUp+XdoTPc B/4hEBpnpUlws2xe5k9EagPZ/fUncpBKa0WGimLTvir9ThG1ktLd3m2ANLDqXafr7g I7fsLWxucI1ulvBlt1thl9Jr14fMXuR+fUKbAJGMmZq7iykkiiSyeMCPp1+BzDWl8z nItxlMb0/PAzA== Date: Tue, 18 Jul 2023 10:07:38 +0800 From: Shawn Guo To: Pankaj Gupta Cc: "robh+dt@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "conor+dt@kernel.org" , "s.hauer@pengutronix.de" , "kernel@pengutronix.de" , "festevam@gmail.com" , dl-linux-imx , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Varun Sethi Subject: Re: [PATCH v2] arm64: dts: imx8ulp-evk: add caam jr Message-ID: <20230718020738.GX9559@dragon> References: <20230616174050.644880-1-pankaj.gupta@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jun 26, 2023 at 04:46:46AM +0000, Pankaj Gupta wrote: > V2: Changed the email subject line. > ------------------------------------------------ > > > Add crypto node in device tree for: > - CAAM job-ring > > Signed-off-by: Varun Sethi > Signed-off-by: Pankaj Gupta > --- > arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 32 ++++++++++++++++++++++ > 1 file changed, 32 insertions(+) The patch only changes imx8ulp SoC instead of imx8ulp-evk board, so the patch subject should be: arm64: dts: imx8ulp: ... Shawn