Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760807AbbKUNbw (ORCPT ); Sat, 21 Nov 2015 08:31:52 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:60061 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760539AbbKUNbs (ORCPT ); Sat, 21 Nov 2015 08:31:48 -0500 From: Karsten Merker To: Bastien Nocera , Dmitry Torokhov , Irina Tirdea , Aleksei Mamlin , linux-input@vger.kernel.org, Ian Campbell Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chen-Yu Tsai , Karsten Merker Subject: [PATCH V4 3/3] Input: goodix - update dt bindings documentation (axis swapping/inversion) Date: Sat, 21 Nov 2015 14:30:22 +0100 Message-Id: <1448112622-2062-4-git-send-email-merker@debian.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1448112622-2062-1-git-send-email-merker@debian.org> References: <1448112622-2062-1-git-send-email-merker@debian.org> X-Provags-ID: V03:K0:CgPZyr37Zf8BHaGhXtUj9WCX6juTBD9uuLaxEZ0nsWuX46L0yT9 RiXO2LlSBV+91kzNSlctMGxvnhYC9GDZMH0nN+5SWOvx92+Y6L6cwv8pmPD3xPn/zwt0B1V 1kS8D2m04YyFqKGiZOHoirXfT7XbJ4PFZ9xFiCJTikOl9xzMFWPbs10bi0unAlqG65zfbbB RwDEbGMNpAPRJCBREnP1w== X-UI-Out-Filterresults: notjunk:1;V01:K0:rMcti72Vwl4=:5h5ejnutRLxN0TwG7z7Rlc BWnUTV9mfM6An+5MOiLYHiH6jPul0lpspiEDAXLtumEwgghkJ3jyPj6TL3azw/FggI7/f+SO5 WlAs9LTScHpqy4d1mhyGqZE26rGBk4IWHiZGFemkhr+4U4y+yncHm0XIyuz3tUlUWlzd41DqT PxMvCMvvnh5TxrSKZ9uS+RYwqeRg78HPfL2/9Da3I4rsQLhZvI4/Xw2kmxS1UI8vgAMjWgx1v RRNLm6IKs/BGM9uw9PmhkAWDoH7DsgiqLaJMpD4TBweBr2NHI3himR6/3iknOL+OxluuCAYpq Rx0VS3/sv3og/xP+JAei83nAE6ZbyfZLyjkIpYqMs0/pJVRf4tCCBTpKxhNub+Cii/fZGjDY/ Qx9Rz2zFVOTcxAe43LDraDKmEPJJFwajH9lgNmV+7y+yKCV4Opw7XvqjxB8ISzMDyRDGKdFqA D5tEGiVGllfh+SV8oPoEClGenSA06kNFJ9aGhNoyPhiVhkwWtiRbqTsXp1tv7FRZHQ07CO0PV jcNjJfKqsExbLG4D2JY8huDYDV1bvtanNhMfIx1W0imYqQOlNnFA0uIFBG2ub5/ZqYnAG72sT Zx0OvovdrbTjcXcdItfb6yFEJNB4PRiT9XW31OJ7xjHQZ+qcAKr1dGVADbkIcOgxbzDjIgjEU RCFIds893ImcSO2xR82W4iQpFX+RUk5cxAC4SX6O8odXL1iJpKetC0srbj1KtzLxtrMY= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1535 Lines: 37 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 --- 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 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/