From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 25EDA3C9EEC; Thu, 30 Jul 2026 20:19:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.21.23.139 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785442779; cv=none; b=K6OHNhRtELNWarQylWQHNFnv4qg2lfJCUMJP0ajzPsHpoPCnempoDrTlHqliE0aUpQRat1hMt8X4COTZVjoE+S2zneLZEn/74euIwC4oHIB/hqCz1BGtMeIZhScUx1yuZEPw/ayjWaqrStmhO6anBnYJx7cCU/MZAk3SE9K6z3M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785442779; c=relaxed/simple; bh=1pxtEPbbkPgv6h4h//+LaitoTkLz4GRWznHnxVBUQ8A=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=fej0OhPq+cPnUgfiJSTyjIS1p02fPJI5pvJUQqeU9mQ8Cg7mAV8B+kpeTOd1YFVkL5spSTcxlIS95xfcevjvHbjSvDrqOgW2H9iPyluoVVwxeVKEu7bu1sSQnTkMkTjWFFPI3vWvdVvwqpjUh3CtkxWSfqokjIK66JgF0Y1J1DM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org; spf=pass smtp.mailfrom=disroot.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b=h4HISSZn; arc=none smtp.client-ip=178.21.23.139 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=disroot.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b="h4HISSZn" Received: from mail01.layka.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 39C3541C0E; Thu, 30 Jul 2026 22:19:34 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id RlIxe6CB--oj; Thu, 30 Jul 2026 22:19:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1785442773; bh=1pxtEPbbkPgv6h4h//+LaitoTkLz4GRWznHnxVBUQ8A=; h=From:Date:Subject:References:In-Reply-To:To:Cc; b=h4HISSZn92Pu1IM0AEE9L4uS4U971ZTHFwAE5YxJv2cDsThm4GvQ+zONhu6Ho337s HlkTEAzOKNL5bOhL1KYzSBLRFv0kicAzNiI78KJT2JuLX3IVGH1SW9YAZuwyiWrczx qY6NEXIbbe15Vz0I2GyBcc7qQg7cU9Tj3BuQLd4nrtOlWqAbgYn9VMj3y1UfoR7l2f JkM6TWWaQjUiWV12j9n/8HBkXMRnVnnLF4cmCpBgsXrQscvznnVZK4nrcjGAYZxzb7 t+eaVxS+RNI6586zLBSUqtPsmZlhT1gSEIvA/0hZT6NlPDsYfHflfLsHGO4SC3VwGB G3rmxoe806OmA== From: Kaustabh Chakraborty Date: Fri, 31 Jul 2026 01:48:37 +0530 Subject: [PATCH v3 4/5] dt-bindings: input/ts/zinitix: document mode 0 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260731-zinitix-modes-v3-4-2c8de712997a@disroot.org> References: <20260731-zinitix-modes-v3-0-2c8de712997a@disroot.org> In-Reply-To: <20260731-zinitix-modes-v3-0-2c8de712997a@disroot.org> To: Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Srba , Linus Walleij , Peter Griffin , Alim Akhtar Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Kaustabh Chakraborty , Krzysztof Kozlowski Zinitix touchscreens support three modes, numbered 0 to 2. These modes differ based on their event report schema. The devicetree schema does not mention mode 0, thus does not consider it as a valid state. Add it. Reviewed-by: Linus Walleij Acked-by: Krzysztof Kozlowski Signed-off-by: Kaustabh Chakraborty --- .../devicetree/bindings/input/touchscreen/zinitix,bt400.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/zinitix,bt400.yaml b/Documentation/devicetree/bindings/input/touchscreen/zinitix,bt400.yaml index f1ce837b16df..9b51212ea9b9 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/zinitix,bt400.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/zinitix,bt400.yaml @@ -76,9 +76,9 @@ properties: zinitix,mode: description: Mode of reporting touch points. Some modes may not work with a particular ts firmware for unknown reasons. Available modes are - 1 and 2. Mode 2 is the default and preferred. + 0, 1, and 2. Mode 2 is the default and preferred. $ref: /schemas/types.yaml#/definitions/uint32 - enum: [1, 2] + enum: [0, 1, 2] linux,keycodes: description: -- 2.54.0