Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4937354imm; Tue, 16 Oct 2018 02:30:29 -0700 (PDT) X-Google-Smtp-Source: ACcGV60HEK/5N/8mC0SILn4M8//8gAqUfCzjo1D0cf2ENJQ2qOw3NMKlMUoJkDogWgVUeYVN9H3F X-Received: by 2002:a65:4385:: with SMTP id m5-v6mr18483317pgp.219.1539682229581; Tue, 16 Oct 2018 02:30:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539682229; cv=none; d=google.com; s=arc-20160816; b=qBQXChahTmTGcGgXrYJx1TNaw9j7EQhWG4z7Wnx887lxIzgQU6A2b8oIapEnx5U6Xp A/0uvDUphh61I+Ozgk/FwW/utDBmmZv+dQj5JppnhU+bLx7r0yTrC/J27VQQeNfrHe5B Fe/dYiH51LpIdPw3p1hoTPsw1KAQlnWhdLL76zNSBcWscnfJcRhTs2I8aUFuPnuseOBT cu4U2rEQ1gkw3+q87/VpY3ObS/bI4CaYy+BTmrkm+vtieTo2PO+z0/58ojfDhZJnNMwA gXcehUNUd9Rr9XH8fMecSQVE18bxX/1k+eN9KaKcJfi5oiTnW85/qsAu0CIHA6eGLXIt 5jMg== 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=EoFaHw48eKQ/ZsOXOkLI5pYSCgJB5x/uv6+SdZCFvhc=; b=URttZLYvam5z2IRILOiL1qXEhg7obviuxojpCuiNDtnVOBr15WhOFqZ/FzVeAv/iY9 qdGP8XnvXBb4+gG7TjYVN0PiOPe3f00erCwczhX5GnigRk5F/V8J5qjs6e0NnbNWbK6r Ktp4Jc4vD/kBGa9Gs5bm7GAfUPVTJvrSqtlOAEpqfjeI61MP9Z/3dao14XRf6QkOGdkm 0uwoQDlnnK751DcQ3Ke7V7iad5gY1XM95xe8dRROyH8TvRYdGw8aZjljALzg2ceRo9nh I3dEINrzlSKB0UkIz90VXkmoINQeDWK0oaw45CIGpM4lVz1Qc+ydcLndJsUQhiDTf/kj Jgsw== 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 j12-v6si13192722pgb.328.2018.10.16.02.30.13; Tue, 16 Oct 2018 02:30:29 -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 S1727258AbeJPRR7 (ORCPT + 99 others); Tue, 16 Oct 2018 13:17:59 -0400 Received: from mail2.skidata.com ([91.230.2.91]:8111 "EHLO mail2.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727128AbeJPRR6 (ORCPT ); Tue, 16 Oct 2018 13:17:58 -0400 X-IronPort-AV: E=Sophos;i="5.54,388,1534802400"; d="scan'208";a="1728400" From: Richard Leitner To: , , CC: , , , Richard Leitner Subject: [PATCH 4/7] Input: sx8654 - add sx8655 and sx8656 to compatibles Date: Tue, 16 Oct 2018 11:16:50 +0200 Message-ID: <20181016091653.26896-5-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 --- drivers/input/touchscreen/sx8654.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/input/touchscreen/sx8654.c b/drivers/input/touchscreen/sx8654.c index 059127490c8d..622283b49d7c 100644 --- a/drivers/input/touchscreen/sx8654.c +++ b/drivers/input/touchscreen/sx8654.c @@ -222,6 +222,8 @@ static int sx8654_get_ofdata(struct sx8654 *ts) static const struct of_device_id sx8654_of_match[] = { { .compatible = "semtech,sx8654", }, + { .compatible = "semtech,sx8655", }, + { .compatible = "semtech,sx8656", }, { }, }; MODULE_DEVICE_TABLE(of, sx8654_of_match); @@ -326,6 +328,8 @@ static int sx8654_probe(struct i2c_client *client, static const struct i2c_device_id sx8654_id_table[] = { { "semtech_sx8654", 0 }, + { "semtech_sx8655", 0 }, + { "semtech_sx8656", 0 }, { }, }; MODULE_DEVICE_TABLE(i2c, sx8654_id_table); -- 2.11.0