From patchwork Thu Nov 17 19:15:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lin, Meng-Bo" X-Patchwork-Id: 13047219 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CB4CC4332F for ; Thu, 17 Nov 2022 19:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240707AbiKQTPQ (ORCPT ); Thu, 17 Nov 2022 14:15:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240490AbiKQTPL (ORCPT ); Thu, 17 Nov 2022 14:15:11 -0500 Received: from mail-4318.protonmail.ch (mail-4318.protonmail.ch [185.70.43.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19EFD85176; Thu, 17 Nov 2022 11:15:11 -0800 (PST) Date: Thu, 17 Nov 2022 19:15:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1668712509; x=1668971709; bh=j/4kwDCI6yUOY0rbKjZzBAtwpPVlmEC4din4OfwGdS4=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=CJDc7oygEkDlrA6vQ80GDRkx64s9ExmX1IZv8s+RnCEmjjShUFqdmdTdDa7+jbIDu /s/i3QGL1W6J2Xn4nhiFfoaUtc9wxQeDK4n8AaNq81VdwXOWpMS+LodnwK44B3AxYh JrqpQFvBSJUkeaH15guRUYomvuCJN6eJK2b+xyiCWN/2MWxhCG87QAbw4Udi8pBXP8 YZE3QzyEOxCdGTsVWu9aSgQBLDwKoTwkFvM4qNenfj2A7MV2dZU9P8lf1iBfCf2SUK Nu70d1yIx1W44SLQ3rZ1LQB0BEmNbAKt9giilwBQC+buWnTtNz1o1J1sIkYEUNDBSm rUmU7IHwGxp3Q== To: linux-kernel@vger.kernel.org From: "Lin, Meng-Bo" Cc: Markuss Broks , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Henrik Rydberg , Stephan Gerhold , Nikita Travkin , linux-input@vger.kernel.org, devicetree@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: [RESNED PATCH 1/3] dt-bindings: input/touchscreen: Add compatible for IST3038 and IST30XXB Message-ID: <20221117191436.87938-2-linmengbo0689@protonmail.com> In-Reply-To: <20221117191436.87938-1-linmengbo0689@protonmail.com> References: <20221117191436.87938-1-linmengbo0689@protonmail.com> Feedback-ID: 40467236:user:proton MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Markuss Broks Imagis IST3038 and IST30XXB are variants (firmware?) of Imagis IST3038 IC, add the compatible for them to the IST3038C bindings. Signed-off-by: Markuss Broks [Change from IST3038B to IST3038 and IST30XXB] Signed-off-by: Lin, Meng-Bo --- .../devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml index e3a2b871e50c..85390f6ffe36 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml @@ -18,7 +18,9 @@ properties: compatible: enum: + - imagis,ist3038 - imagis,ist3038c + - imagis,ist30xxb reg: maxItems: 1