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 AA59EC433FE for ; Mon, 14 Nov 2022 08:35: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=nAjVl8kYnSBnRjhg5p46Jbtneso6bDAaP5ORTfRR7EI=; b=xh1AfBTjXY025t QT2U6qk0iCJmlhWnhJLe0qXsuuTdZN6eM8R5h47vHpF5ueOusf2o69qo4swhYlmgyYLnbgT//Ohmv c5k5mCqHnn98fGr7yl2Mq/yE1hv+JX/ZTD0ZxLrVSMcckfa9ec7LtxwKIphlJUChFZphWheeRC6/2 yMED6KCMnQgyztdCRFPo2cbwPMo+JXRvjJhYxUqfLdmmt6sY2AoQzJnwWnQBi+gMv2pYB+XGsi5Nt 21bBCoYrsUHnYimOruvKxtjdQx0gRpAT/cgErLW4yoEIqh+wxRjlVjQsLxQkTMqrKDODbsg7xBj4s vJdd3jr8/IyaYqQ389kA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouUv2-00GqO8-Bc; Mon, 14 Nov 2022 08:34:16 +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 1ouUun-00GqGk-Jk for linux-arm-kernel@lists.infradead.org; Mon, 14 Nov 2022 08:34:02 +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 C481060F13; Mon, 14 Nov 2022 08:34:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3645C43470; Mon, 14 Nov 2022 08:33:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668414840; bh=oARtbUp947T2K9BSrViJId3dXLzsDaIvOSl0fcmT9B4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Re2MgvdBtQo4N+pQA45TqETtAdNzNx2D2Tixaq8EOw4FGpIvbQtqOip453+r24oBD 7XbxdQ4YlMwY6Z6Fk9+EyuNzPb8My9Krh4muzW6c55Oca9wEKgldvWOe/O/QiD0ObJ rCdf/mpLXebZHdjXkz7+rkErrMUkxfyjlhpQUW/nQLNGRXJPJCZP32e4jcajdnmt4d LttqwWrFPzV+t9RtcYplV9fh0XrXMGcJf3CFN/AXsIJ+QpzMBnYkFAQrPiC+QCjUaP ZcHqAtvXjUecITIxl/8Feu+gN18lUWqxe7YY1S35MSgAUEEpL2MdDV0iM0Rm/oCsNR wAjH1CDQwgJcg== Date: Mon, 14 Nov 2022 16:33:52 +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, alistair@alistair23.me Subject: Re: [PATCH v2] ARM: dts: imx: e60k02: Add touchscreen Message-ID: <20221114083352.GT2649582@dragon> References: <20221104204251.1458958-1-andreas@kemnade.info> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221104204251.1458958-1-andreas@kemnade.info> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221114_003401_723245_A170A96F X-CRM114-Status: UNSURE ( 9.74 ) 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 Fri, Nov 04, 2022 at 09:42:51PM +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