Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3595409imu; Tue, 18 Dec 2018 00:39:30 -0800 (PST) X-Google-Smtp-Source: AFSGD/XJPlNpaPLAvGPeb0MhAdR5eRl60+224Us3pLpdYGC4zLSMjvoH7ybKXu8Pv9QmFLSWKzMb X-Received: by 2002:a17:902:5601:: with SMTP id h1mr16112833pli.160.1545122370690; Tue, 18 Dec 2018 00:39:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545122370; cv=none; d=google.com; s=arc-20160816; b=dfLdsxUeVAUs3+I/3AHbHPcdkYprU8ZiYLxZIGbifLvqxOxEJEi/20oHD05Srav76H avw/l7rNdVo7TUDNrOD4CzJHBmZL4Zu3FBEQHFfroWx/g6Bkgc9GGbihaIdZ7fAfp9uE FCKzAiK4+hLKqILXCSOL87PPBMyrL7JnqBEomwXRPp1ME3YHoo1UigAQ5Wpl0doI7WIr vjU/t80Jwf6sybd6L2fwGcvCPzsyQrQeJcYAHTiJwJy7pV9X5B1+Vo440TPuhtnWIbZV cQIJ4pOfhc5wN5MhjKiW/Zblz3VaHN1vYEVbegvd8H95YPsY7RKjJN5Su1BAXvC8Lfmx kp/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=VuDF0EoVYmKFCjAumefrZH7WUv3Kt+M6TNmyQXld9TM=; b=wlpvScU1VA6usjgXIcz5LGx6S4A6HjU39ux7epwJdP3kt6NhMF1F0Gecxl0Kvm2d59 2ifYssSr2OYy9bLvBWz609DpUfcorauz+leGlBqnqppeM1s/oLNRqVlnwoO8f3hvsmK0 FqNCNIpf9pooP0tdw3tOnT14y4qZ7494LklclFQU55HWrKHEiprGT871/3FIMuldm94v 4NFn6bBEt8d9nMxDPIcBI4mG1P0zWbmeF9l7md4k2T2zZMv0UWw13N1TlDrvnzTwLp3n it7GecMbPVea/A7piY316mnk8V0gHMgAowtWl2Bm8UW9bDuZwsIWDTgunpkKUN1zoOGU bA1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l94si12672748plb.416.2018.12.18.00.39.15; Tue, 18 Dec 2018 00:39:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726734AbeLRIgz (ORCPT + 99 others); Tue, 18 Dec 2018 03:36:55 -0500 Received: from mail1.skidata.com ([91.230.2.99]:20759 "EHLO mail1.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726509AbeLRIgy (ORCPT ); Tue, 18 Dec 2018 03:36:54 -0500 X-IronPort-AV: E=Sophos;i="5.56,367,1539640800"; d="scan'208";a="14044623" From: Richard Leitner To: , CC: , , , , Subject: [RESEND PATCH v2 3/8] dt-bindings: input: touchscreen: sx8654: add compatible models Date: Tue, 18 Dec 2018 09:36:01 +0100 Message-ID: <20181218083606.25795-4-richard.leitner@skidata.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181218083606.25795-1-richard.leitner@skidata.com> References: <20181218083606.25795-1-richard.leitner@skidata.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.111.252] X-ClientProxiedBy: sdex3srv.skidata.net (192.168.111.81) To sdex5srv.skidata.net (192.168.111.83) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As the sx865[456] share the same datasheet and differ only in the presence of a "capacitive proximity detection circuit" and a "haptics motor driver for LRA/ERM" add them to the compatbiles. As the driver doesn't implement these features it should be no problem. Signed-off-by: Richard Leitner Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/input/touchscreen/sx8654.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt b/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt index ca521d8f7d65..a538678424dd 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt @@ -1,7 +1,10 @@ * Semtech SX8654 I2C Touchscreen Controller Required properties: -- compatible: must be "semtech,sx8654" +- compatible: must be one of the following, depending on the model: + "semtech,sx8654" + "semtech,sx8655" + "semtech,sx8656" - reg: i2c slave address - interrupts: touch controller interrupt -- 2.11.0