Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4936278imm; Tue, 16 Oct 2018 02:29:03 -0700 (PDT) X-Google-Smtp-Source: ACcGV61s8YSEE2jJn5YfeSEbL+LRtP8KlM1kdDfvSX2mgp4qWZtZrUVaRw8967YOnri1+P/UMpqR X-Received: by 2002:a17:902:8a93:: with SMTP id p19-v6mr20483957plo.41.1539682143117; Tue, 16 Oct 2018 02:29:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539682143; cv=none; d=google.com; s=arc-20160816; b=fr28XBrPPk4XuXdsQFT6N5DTthzKnkUAjPzoNN1j7OyCe8Kiz9i/UHISc6JexTiiMp MTxxxWd2S8WK7a1/DxLYpIBUR7K1/vXsP4WqEyh4O3Pbis0lXpUa5e55NqDXOAcaRzNV E6PohxfpNmoooHhMWXjh+m7qSfcCSaheuYitkvQh3xkI0ahmhnLqj1wyI9O/mWcASGnX gPvZEpHS6h46pms0NnarwuTXw1fqbQnVHXZrS21JuFW9Gg5kxNCKuoM7LjBlIZ8gq+7P y9E97vRkb4hFFEfwEXeNYgLWDjAlvVOzISz9hWxnnu36y+3QEAvenGXwFH8yYOLFJGJl iXCw== 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=UtFcGEGNMOmLUW4OBOmBTQaG6A14rospGRr9lhDKODE=; b=GlovfuFrEB/NLd+YarfyPMC+K9syl8tfCXqxtN8xX9Bco6vAE3kOtC7ayvq2VxLBI4 TZ6UoLOy+cB1eRB2+AlUE0AUyCzd0jGJzuNxZw1u5tCKafTVxNWY5SImJDRAJV2bJH8o 9b5J2v9j+eRVFf73nngjUbo9I9xwCfKNlZ7TL6DH6KYnzyAMkm/NRNjKeFLbS03+5xYh +2hevbLxV5WUj2LRgWM8nj3Es1hEJOp1U2ZRGlbLxaN7IaL29lT3K+NnVM4KOiJ6pHEK 6mE71PPR0to5RdIFa4MTBmeN/gCsAbScVUmPwSvCqmjYPlUuDyKeGJyIW2ZlNE4k7l2S 8wng== 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 o12-v6si12945924plk.360.2018.10.16.02.28.47; Tue, 16 Oct 2018 02:29:03 -0700 (PDT) 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 S1727139AbeJPRRo (ORCPT + 99 others); Tue, 16 Oct 2018 13:17:44 -0400 Received: from mail1.skidata.com ([91.230.2.99]:21989 "EHLO mail1.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbeJPRRn (ORCPT ); Tue, 16 Oct 2018 13:17:43 -0400 X-IronPort-AV: E=Sophos;i="5.54,388,1534802400"; d="scan'208";a="12887976" From: Richard Leitner To: , , CC: , , , Richard Leitner Subject: [PATCH 3/7] dt-bindings: input: touchscreen: sx8654: add compatible models Date: Tue, 16 Oct 2018 11:16:49 +0200 Message-ID: <20181016091653.26896-4-richard.leitner@skidata.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181016091653.26896-1-richard.leitner@skidata.com> References: <20181016091653.26896-1-richard.leitner@skidata.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.111.252] X-ClientProxiedBy: sdex4srv.skidata.net (192.168.111.82) 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 --- 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