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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51E9BC4320A for ; Fri, 23 Jul 2021 02:38:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3846960EBE for ; Fri, 23 Jul 2021 02:38:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233345AbhGWB57 (ORCPT ); Thu, 22 Jul 2021 21:57:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:42380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231663AbhGWB56 (ORCPT ); Thu, 22 Jul 2021 21:57:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8296A60EB5; Fri, 23 Jul 2021 02:38:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627007913; bh=+3NaWAo1tTtvbezkzEY0NGs/I19agbA+vy6yZHm58Jc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xe/zXZ5dIL3KSka6FMdS8W1jMn51I9Ot7RYKPu9Ey+NTa39BsmVD6EIwM+yTjA9Gv 8aRPC7soLVRCDeRRHBQuPXRFEVVLwoxGKmfA0W6rVjYs5Me5oFvX50G+MaU99WS3we jvvdEMkZNqLL2lKfHLKb4Hpu+sO/erUEXJSuKndzDE9+HUr+7un1l+rk70ULey1iXh 1D1JXZOP8s4agDlC1KGClW/9wf9UrGA4csGky5myDNVcWpFSawNxxl5KYH+XoQkzpT uqW1pnnGrFpqaRCcrKqb/6Y97PBu7fM/0R5Yym5CtgnEbJLGtyh749fx2MRMPaJoIi oG2xJGerLHvow== Date: Fri, 23 Jul 2021 10:38:28 +0800 From: Shawn Guo To: Tim Harvey Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx6qdl-gw5904: atecc508a support Message-ID: <20210723023827.GB28658@dragon> References: <20210701180633.4905-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210701180633.4905-1-tharvey@gateworks.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 01, 2021 at 11:06:33AM -0700, Tim Harvey wrote: > Add one node for the Atmel ATECC508A 'CryptoAuthentication' i2c device. > > Signed-off-by: Tim Harvey Applied, thanks!