From patchwork Thu Jan 24 10:21:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 10778659 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE97213B5 for ; Thu, 24 Jan 2019 10:21:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9C7E22E924 for ; Thu, 24 Jan 2019 10:21:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9112F2E96C; Thu, 24 Jan 2019 10:21:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 366072E8EB for ; Thu, 24 Jan 2019 10:21:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726074AbfAXKVk (ORCPT ); Thu, 24 Jan 2019 05:21:40 -0500 Received: from mout01.posteo.de ([185.67.36.65]:44321 "EHLO mout01.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725986AbfAXKVk (ORCPT ); Thu, 24 Jan 2019 05:21:40 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 95713160066 for ; Thu, 24 Jan 2019 11:21:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1548325297; bh=+URa6sUp2On8kiz+BpTPKGcS45VMYhhpu+e7ZawrkpU=; h=From:To:Cc:Subject:Date:From; b=meBCGkOzm5BasDxeziOTQcksTvSJIU6tbtOd+CsbFTcS6O6l/qkQeM8i5PR3V/3Rq McD1rBYuNW5hR+5QIeJG1mMTJtpD/rxsdFLGEKjezZsy2Vb9BrBRlsUQp2dKAgP+Kp UuC9l43k4iBervySSNlE8b5mL/LgkUdXymDtwHVJmyu4ifnkh3o3O2tHpKa/Ab+ojH lCm+8MpCSGI7sOpADzjFjsDSRe/A2Y5sfsSCAJg93s/kne947UwpjSdlA9Z0CV82yf 2KyEMDQ/zGhX6FUAE1eKjfPcZAy3zDKJawc8q5OlXqOvSPHwH8CS5tlOCn8S7KRMGi iuVWT1nf8xJOQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43ldVR60sZz6tmL; Thu, 24 Jan 2019 11:21:35 +0100 (CET) From: Martin Kepplinger To: devicetree@vger.kernel.org, linux-input@vger.kernel.org Cc: dmitry.torokhov@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, chinyeow.sim.xt@renesas.com, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH v2 1/2] dt-bindings: input: sitronix-st1232: add compatible string for ST1633 Date: Thu, 24 Jan 2019 11:21:24 +0100 Message-Id: <20190124102125.25458-1-martink@posteo.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Martin Kepplinger The st1232 driver gains support for the ST1633 controller too; update the bindings doc accordingly. Signed-off-by: Martin Kepplinger --- .../bindings/input/touchscreen/sitronix-st1232.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/sitronix-st1232.txt b/Documentation/devicetree/bindings/input/touchscreen/sitronix-st1232.txt index 64ad48b824a2..e73e826e0f2a 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/sitronix-st1232.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/sitronix-st1232.txt @@ -1,7 +1,9 @@ -* Sitronix st1232 touchscreen controller +* Sitronix st1232 or st1633 touchscreen controller Required properties: -- compatible: must be "sitronix,st1232" +- compatible: must contain one of + * "sitronix,st1232" + * "sitronix,st1633" - reg: I2C address of the chip - interrupts: interrupt to which the chip is connected