From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Leitner 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> References: <20181218083606.25795-1-richard.leitner@skidata.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20181218083606.25795-1-richard.leitner@skidata.com> Sender: linux-kernel-owner@vger.kernel.org To: dmitry.torokhov@gmail.com, mark.rutland@arm.com Cc: robh+dt@kernel.org, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, richard.leitner@skidata.com List-Id: devicetree@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