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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 40FF6C433F5 for ; Thu, 16 Dec 2021 09:34:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zZ7zRa8fNQ2dK5pVyS2roCRVN5kT7Y62AL3Drm09DFY=; b=Un2U3ooTZZozF8 Ty5IbAxImLUq/0a2zn8VP+KT+2UsatsJnqrHEFJIluM9G3hQdEnmTL021+whl4G1sDBDo25rZNIvp gKLLlk47Nj0rwRGfTuj0ZRnmzCwcuFcdqaztZu1CjVGvQ+nHQYuUVD+DHh1F3THcF9eJX3w/bR9bJ svZrLVpbMPea6Rc1kUvYRxSrNQ2iWoPWELpaxEnI2OwmnR2qDrCLiXW88Gzn2tvcDWgCr6DwJ3uVx 0Tmg2srwrR10tPwJgXKxy6q5DlyYwEV7RyOieDdLXmuk/spmPvnPdKhZxk42BcvoK/Er4Lsot0R0E NwE1TLCCKzaSHd0VWEPw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn8B-004UhU-W2; Thu, 16 Dec 2021 09:32:56 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn2c-004S5D-Mw for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 09:27:12 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3BDF661C30; Thu, 16 Dec 2021 09:27:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8885C36AE4; Thu, 16 Dec 2021 09:27:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639646829; bh=pRLQOsDoyJxHWykiP4JKcqFGZO/3CTBX6BBhg60R6mo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JtYRcCt0Q1dD82ZTE8kFtDQ+LE/bHDZCAYCgDZm3GQrAa0sbIu25GkAPf6qR6HpjA aGQDjClC/Re+Ti3sGLfrCtP4RBr/V3MIW1GmDf62pq09B1Bg7vnBU3eIzxro830B3j IW85jtKtZNxJSH6YR3p1uBj8Hwuj9h53BHBzJiay64Fk/hwcWJNkGF8JPIKy4kA9KL sWY4jFEZmHQXzmZZfm3VtjeURDBRRBMQLnSEXhgCksiO/jMkweNjmdZDtbsqX0KaDj 3m4S2teG+/r5zMi3TG6gilMZYeYKgufPQPx0NEDVi4+yd4xoGpN+aloXsK/1XnJrDj kmUm8mbyqa/zA== Date: Thu, 16 Dec 2021 17:27:05 +0800 From: Shawn Guo To: Li Yang Cc: Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Pankaj Gupta Subject: Re: [PATCH v3 03/10] arm64: dts: lx2160a: add optee-tz node Message-ID: <20211216092704.GD4216@dragon> References: <20211214072342.22692-1-leoyang.li@nxp.com> <20211214072342.22692-4-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211214072342.22692-4-leoyang.li@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211216_012710_835750_190CF7BE X-CRM114-Status: UNSURE ( 9.16 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Dec 14, 2021 at 01:23:35AM -0600, Li Yang wrote: > From: Pankaj Gupta > > Disabled by default in SoC dtsi and enables in board dts files. > > Signed-off-by: Pankaj Gupta > Signed-off-by: Li Yang Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel