Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3596423imu; Tue, 18 Dec 2018 00:40:54 -0800 (PST) X-Google-Smtp-Source: AFSGD/U5ysedZoCIZe+jhMmqgqIyqk9tshaj9OsyOZSzgVIjvfY78XHqu3xC7z1n++DNDwO5+Vg5 X-Received: by 2002:a62:8096:: with SMTP id j144mr16131140pfd.140.1545122454667; Tue, 18 Dec 2018 00:40:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545122454; cv=none; d=google.com; s=arc-20160816; b=MaFhYyOS4fCUZP0Rk7T6q8mGW0sF/WTb1r84MWnZpz2KcwIQU7iZGMkh4NrxOR0Tc8 nDczd4b7pPzO7lMIZz/lcEDM5279VKOj6+Qe+XpNrsNxwC09GLFBkSjiN9tV4fND1ajw Gs8M6gs4M/ORMTR3JIAhaHz9YqCy1ffieyL1DqtLvpSwpgLhMBlhqlx/0f+UVBJ1qIRT xFc8jxeuo0jN2DJ53rSibVHeeQaMPw6xUSbiIMHn61GdgRHVTJr+l7pQ+ctewZB3gtYK +TCH43y09HrPQUGlHuNdixlp1pqaPN0CKz+tWOQ7KCdzH/XgWSl+nLVegm4HcT1BaFSf iIcQ== 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=FkeRXais0TjFtO4+1ClO1tRH02tScY3hNEfy5kg/GlY=; b=aEefh0hZEsY4orHj+O1Fy6kAyhN7R4evSrKvpmDt553yep04xvudlQ36MhtWupFxxv GqsXDbdwpErVb1F0+xNDSHuieyjJKLDGd1BW7tklYPtTlDKq6uhkMeUKeKgl+Ba/p5lM 1575lFbzx58tP2R4Nxtv6/5YNVtUTz9HHuVM8pFnromjxOM2eId11wXsfo4bTlkkk7uO 95TUQOb7tUBXd1+oLNjZuzmayU3zDRe58Lg7TCqRstp2VQjyAHvvZTTlVie/7yeXi7ZL AX2G1GzDE91G9YbVGNrinO6ARN45ye24oZ9Tq1CENpwaT3RcxHwX7xrwI5kSsTTaO5ev +wQg== 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 w9si1008283pgg.72.2018.12.18.00.40.39; Tue, 18 Dec 2018 00:40:54 -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 S1726808AbeLRIjO (ORCPT + 99 others); Tue, 18 Dec 2018 03:39:14 -0500 Received: from mail2.skidata.com ([91.230.2.91]:57888 "EHLO mail2.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726354AbeLRIjM (ORCPT ); Tue, 18 Dec 2018 03:39:12 -0500 X-IronPort-AV: E=Sophos;i="5.56,367,1539640800"; d="scan'208";a="1873960" From: Richard Leitner To: , CC: , , , , Subject: [RESEND PATCH v2 5/8] dt-bindings: input: touchscreen: sx8654: add sx8650 to comatibles Date: Tue, 18 Dec 2018 09:39:04 +0100 Message-ID: <20181218083904.308-1-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 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 Reviewed-by: Rob Herring --- 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