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 37DDDC27C76 for ; Thu, 26 Jan 2023 00:05:13 +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=q6wfJvPHY7CL0AYdpHxzq4nC4XrvQFEZaYFgAdXp+ts=; b=hkOzVlZe4VISrH pLYK/ZoCU4o3vLIC9pXHxXZuIKRFduP47mQS1gXBG8QATpIoqswjIjhUhVJcM7OH6rbihkTdxO3+G ingJI236qZvF/Zf1vfxkRUylTe1OKfo4u1SSAuhjf9rx224mrUC33G826pOqWUkQSq+mR+7ic0b1O 5zFnznDGtgx2VcG2GcB7sKDUZqHk8aYeuRUXXzUaOx4MPITJz53Ry7VIpu+osCZZjncEYGh/m1N7d P62m6xDRluB8f4w638sI1Rt559PTJtRtsrtRg1XPcbYwzsPVDs9jftMp+Rkv/b6Ac4tGpBPGxhrHl y3CXC9PnXYLQnncJyA4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKpkc-0098Y3-4C; Thu, 26 Jan 2023 00:04:22 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKpkY-0098WC-7p for linux-arm-kernel@lists.infradead.org; Thu, 26 Jan 2023 00:04:19 +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 ED1FF616DE; Thu, 26 Jan 2023 00:04:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBE4AC433D2; Thu, 26 Jan 2023 00:04:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674691456; bh=BajN1pxrudZpRdEhuGKUBOCccXIvYPrPYcb1OtJdFLw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OtvNGAAwAGzi28U9znQYqCrk+liVRmWCmqgdGIo4h3LlWB3Qi3mQspDwNR9rCl5m4 wQBbUKRkxg1kWORw3ro/na+hxD42GC6WNsSWYKZx56krN7KrSeFMTxXythA/PJqrej igss1JAC/qjprNF7VUwTS+EY08KN6ra4Gji/5CJAOw5tgAk13sKv5eT1jsjpEXqmhi SMw/HuPvhTtBifGSDPSJCr3aSNmKQ3xUeNihDza4/caPwCeiB61BTMM/vaXCtZFTdz pq2Swwci7RWy6qc/9EGE8U9IYAOZn8wCxYqiG+ZRxgmPBUZLcfgNbk5BN8IpayFiIu mwiMOBo55Ihrw== Date: Thu, 26 Jan 2023 08:04:09 +0800 From: Shawn Guo To: Andreas Kemnade Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: imx: e70k02: Add touchscreen Message-ID: <20230126000408.GK20713@T480> References: <20230107123621.1944420-1-andreas@kemnade.info> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230107123621.1944420-1-andreas@kemnade.info> 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-20230125_160418_335066_A56C28E9 X-CRM114-Status: GOOD ( 10.94 ) 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 Sat, Jan 07, 2023 at 01:36:21PM +0100, Andreas Kemnade wrote: > Add the touchscreen now, since the driver is available. > > Signed-off-by: Andreas Kemnade Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel