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 B2F0ECD68E0 for ; Tue, 10 Oct 2023 01:28:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379329AbjJJB22 (ORCPT ); Mon, 9 Oct 2023 21:28:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379277AbjJJB21 (ORCPT ); Mon, 9 Oct 2023 21:28:27 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EF13A7 for ; Mon, 9 Oct 2023 18:28:26 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 798A2C433C7; Tue, 10 Oct 2023 01:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696901306; bh=TLlwIHP3MWnMGtGEksM71x3c/26h+IpM/6jx10p9hgs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XkzdJXF6gQzwwkio4Dd/r2oRfkN4P19bfIBCmSzCHP1piR8FK867nA0n16qjA04l+ ac1IJPMg/mIJB/O+iDGGRyK27SqgeESLHpL3S/mnyYJZlbjhu9z/zfVhJPVlXv4Rtf aLmtTeblI6VQi8ULVijqT1kesxi4/xHVfzQsrELqvuc4mXbzqrETgrexjjHSgjNAPH WteVetZnHjF4R74322mMVCgfnafOIpjeBlSJcqAL3SpTUBoqCq7SYKQ/3vwuk5DoSA RiOJlAs2DpFSQ2aSBKaiNf+R8sVVB9x5OP1JS/Ux9Ypo2mloD8dqF9KziH3saYcm0l m62NWoYeWhXzg== Date: Tue, 10 Oct 2023 09:28:15 +0800 From: Shawn Guo To: Tim Harvey Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH v2] arm64: dts: imx8mp-venice-gw73xx: add TPM device Message-ID: <20231010012815.GR733979@dragon> References: <20230928201354.1946035-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230928201354.1946035-1-tharvey@gateworks.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 28, 2023 at 01:13:54PM -0700, Tim Harvey wrote: > Add the TPM device found on the GW73xx revision F PCB. > > Signed-off-by: Tim Harvey Applied, thanks!