Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752865AbbKVWAj (ORCPT ); Sun, 22 Nov 2015 17:00:39 -0500 Received: from mail.kernel.org ([198.145.29.136]:39502 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206AbbKVWAh (ORCPT ); Sun, 22 Nov 2015 17:00:37 -0500 Date: Sun, 22 Nov 2015 16:00:32 -0600 From: Rob Herring To: Karsten Merker Cc: Bastien Nocera , Dmitry Torokhov , Irina Tirdea , Aleksei Mamlin , linux-input@vger.kernel.org, Ian Campbell , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chen-Yu Tsai Subject: Re: [PATCH V4 3/3] Input: goodix - update dt bindings documentation (axis swapping/inversion) Message-ID: <20151122220032.GA7033@rob-hp-laptop> References: <1448112622-2062-1-git-send-email-merker@debian.org> <1448112622-2062-4-git-send-email-merker@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448112622-2062-4-git-send-email-merker@debian.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1907 Lines: 45 On Sat, Nov 21, 2015 at 02:30:22PM +0100, Karsten Merker wrote: > The goodix touchscreen driver has gained support for the > optional touchscreen-inverted-x, touchscreen-inverted-y > and touchscreen-swapped-x-y properties as described in > Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt. > > Document these properties in the goodix bindings description. > > Signed-off-by: Karsten Merker > Reviewed-by: Irina Tirdea Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt > index a8492e3..ef5f42d 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt > @@ -23,6 +23,11 @@ Optional properties: > device. ESD is disabled if this property is not set > or is set to 0. > > + - touchscreen-inverted-x : X axis is inverted (boolean) > + - touchscreen-inverted-y : Y axis is inverted (boolean) > + - touchscreen-swapped-x-y : X and Y axis are swapped (boolean) > + (swapping is done after inverting the axis) > + > Example: > > i2c@00000000 { > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/