Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4932857imm; Tue, 16 Oct 2018 02:24:12 -0700 (PDT) X-Google-Smtp-Source: ACcGV60QLB/JMGHrNkoL8qKWtGGmVEawafPBUzVCRAoKo44H8ZgIFjTGflQDrVgHqEHS1rtb8/7r X-Received: by 2002:a63:6946:: with SMTP id e67-v6mr19352469pgc.119.1539681852309; Tue, 16 Oct 2018 02:24:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539681852; cv=none; d=google.com; s=arc-20160816; b=mN+SwFhVi0zraEXNCwKTgJ2KgLGaJvSh3aZSKptgMqT3Z2F5lv4eZFLvWoQgovvGDK V79yOLnzuRA9OiLjPWfSqG15voMAtBN4wSZJxmH0ZN9cV1eLTLH4bJZ9qIVuU+Rb8F16 fZbC96OMoBFYDSVqOCMUWAJQ6zVDdiUc/t9DT5+AiQ3TVpgsPFWnKRl6oEXay7sxd/cr M1/5TNCvG74Uo9TVubAOiWHINHDkbxLsoSRFEic43GRZdqsqvsbbeAZAz3lGyNjKCDCs 7oOBohSk5a3SaH4sA9x/ktUaDFoFSLfrjzmCOb51RyXtsgrMEcwyYJzLF6CCNRsuHQw8 Auww== 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=V1QCyQVjAfXFikFR84wlG91m7t5n8iOCaxm0F++Bmko=; b=L8EjmgKDIXwoJpA6HKxaXkE1ESbGMfmPmIyTOafEPXPvQigf5fS/g06N5Ir8MiziHc G3IlqZ4fSgA3MoQIlTgSYkD8/5surlp9UOxsqMEcLoH/6mqWBqNTuuDHSHR2qkbeOg6X DcUijYsogtzicaGcS+3l7Q59ddxfCw7M9mQvz6v8+/vL5zH9aczH25y2OTKEaRm4Ie5/ +fEFTvYxBqzixNonN1HXSt3yZ78uONIioPjgg08iSImMydDD0P4GRVk9NDIGUfFbEG+V zVjm9W9uA5NfZV0mRF+Jhdf2hzWaUeYs2NHyZ71kPc/ULxftY+dC14jK4SPPN/E51QO5 Kmmw== 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.23.55; Tue, 16 Oct 2018 02:24:12 -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 S1727015AbeJPRNF (ORCPT + 99 others); Tue, 16 Oct 2018 13:13:05 -0400 Received: from mail2.skidata.com ([91.230.2.91]:23099 "EHLO mail2.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbeJPRNF (ORCPT ); Tue, 16 Oct 2018 13:13:05 -0400 X-Greylist: delayed 322 seconds by postgrey-1.27 at vger.kernel.org; Tue, 16 Oct 2018 13:13:04 EDT X-IronPort-AV: E=Sophos;i="5.54,388,1534802400"; d="scan'208";a="1728414" From: Richard Leitner To: , , CC: , , , Richard Leitner Subject: [PATCH 5/7] dt-bindings: input: touchscreen: sx8654: add sx8650 to comatibles Date: Tue, 16 Oct 2018 11:22:20 +0200 Message-ID: <20181016092220.27228-1-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 sx8650 is quite similar to the sx8654 support for it will be added in the driver. Therefore add it to the compatibles. Signed-off-by: Richard Leitner --- Documentation/devicetree/bindings/input/touchscreen/sx8654.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt b/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt index a538678424dd..0ebe6dd043c7 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt @@ -2,6 +2,7 @@ Required properties: - compatible: must be one of the following, depending on the model: + "semtech,sx8650" "semtech,sx8654" "semtech,sx8655" "semtech,sx8656" -- 2.11.0