From patchwork Wed Jan 23 07:26:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 10776671 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 C81F21390 for ; Wed, 23 Jan 2019 07:27:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B00A229E08 for ; Wed, 23 Jan 2019 07:27:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A48912AE56; Wed, 23 Jan 2019 07:27:31 +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 5D2D529E08 for ; Wed, 23 Jan 2019 07:27:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbfAWH1V (ORCPT ); Wed, 23 Jan 2019 02:27:21 -0500 Received: from mout02.posteo.de ([185.67.36.66]:42293 "EHLO mout02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726229AbfAWH1V (ORCPT ); Wed, 23 Jan 2019 02:27:21 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A4E3C240100 for ; Wed, 23 Jan 2019 08:27:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1548228439; bh=+URa6sUp2On8kiz+BpTPKGcS45VMYhhpu+e7ZawrkpU=; h=From:To:Cc:Subject:Date:From; b=DzRsVri1fZoQbLFn8wWjsLiUqCJavq9qODSyuRZCjU2DDQSHhilHPoVTT3zi+aZik Pq81NJGrJbpEUBMuF0gO5+jFisgnzjaLoW9SwLr9UntDom4X5GyCjd1D7V2mvetwct OFA9HzteQ/itsUL901iZn2B48kR5doGQbyo1yYHUf7z9LrPJKgX6jDKXUXNPh38y0b 8QQmK6OosEmo1fTab1O4TR4hslESvDh7kml3hy+nLpma+A/6Li/Err+HuQpVOn5Ah6 TbpOlpnPfAQlJNzbjxym4VRVTXwCowm4crHaBb/VElBlMMCVBPvT3VD1agqBr92TXz MaNsovGcJso6A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43kxgp02Npz9rxP; Wed, 23 Jan 2019 08:27:17 +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 1/2] dt-bindings: input: sitronix-st1232: add compatible string for ST1633 Date: Wed, 23 Jan 2019 08:26:50 +0100 Message-Id: <20190123072651.31791-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