From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751530AbeBBGwU (ORCPT ); Fri, 2 Feb 2018 01:52:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:33490 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbeBBGwO (ORCPT ); Fri, 2 Feb 2018 01:52:14 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DDB4221748 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Fri, 2 Feb 2018 14:52:02 +0800 From: Shawn Guo To: Sebastian Reichel Cc: Sascha Hauer , Fabio Estevam , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Martyn Welch Subject: Re: [PATCH] ARM: dts: imx53: Add touchscreen reset line Message-ID: <20180202065201.GA25699@dragon> References: <20180115142452.31278-1-sebastian.reichel@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180115142452.31278-1-sebastian.reichel@collabora.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 15, 2018 at 03:24:52PM +0100, Sebastian Reichel wrote: > From: Martyn Welch > > Utilise new support in Atmel MaxTouch driver to drive the > touchscreen controllers reset line correctly. > > Signed-off-by: Martyn Welch > Signed-off-by: Sebastian Reichel s/imx53/imx53-ppd in subject. I fixed it up and applied the patch. Shawn