Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755045AbcJZXK2 (ORCPT ); Wed, 26 Oct 2016 19:10:28 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:36060 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932644AbcJZXKZ (ORCPT ); Wed, 26 Oct 2016 19:10:25 -0400 Date: Wed, 26 Oct 2016 18:10:23 -0500 From: Rob Herring To: Franklin S Cooper Jr Cc: dmitry.torokhov@gmail.com, hadess@hadess.net, octavian.purdila@intel.com, irina.tirdea@intel.com, merker@debian.org, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, nsekhar@ti.com, nm@ti.com Subject: Re: [PATCH 3/4] Input: goodix - Tweak configuration to use passed in touchscreen resolution Message-ID: <20161026231023.ate6tffbmtlx6mng@rob-hp-laptop> References: <20161020195917.20051-1-fcooper@ti.com> <20161020195917.20051-4-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161020195917.20051-4-fcooper@ti.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 15 On Thu, Oct 20, 2016 at 02:59:16PM -0500, Franklin S Cooper Jr wrote: > Some goodix touchscreen controllers aren't programed properly to match the > display panel it is used on. Although the defaults may largely work it is > also likely that the screen resolution will be incorrect. Therefore, > add support to allow via DT for the touchscreen resolution to be set and > reprogram the controller to use this updated resolution. > > Signed-off-by: Franklin S Cooper Jr > --- > .../bindings/input/touchscreen/goodix.txt | 2 ++ Acked-by: Rob Herring > drivers/input/touchscreen/goodix.c | 26 +++++++++++++++++++++- > 2 files changed, 27 insertions(+), 1 deletion(-)