From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC4B7385D66; Mon, 25 May 2026 16:24:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779726296; cv=none; b=Bkl9uRmeUXHvmWs//LYR8xCpyDUr1X5q00Ha46frUGpR5D56DmaAFKawBWrWxIuKXerr/OtZAm1ym6TQS7aQAiZ0YMcuH6wZszaA0Yfi1laLA0OxBGI0VtpYO1BfkykXz91nxt2ovfG8kmY1XxEIqAzS7hpQj9r3cIgYZyXDJ+U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779726296; c=relaxed/simple; bh=ZMHiQr/fk+ug7JnzXTfAQv3QSX0dsIz58n1pIgpSlXs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TKWka2oUfR2dDDU0TRPwS9ehYXLB7864cG8S7aDHkCexdCBmwVm4ka0Eg0JbULOLiSbq/ew0ppGeQPBTZNMS1sligfAjVgGGZD+P2GQxwoe9XD33iv+fJqD8LKRryfhOaBvj66R73vicw8ojJxtfuahxJbF0RXhGf2C3hKc0vhM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B8c1ewr4; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="B8c1ewr4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75E681F000E9; Mon, 25 May 2026 16:24:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779726295; bh=1vZP/w4vb1NchJIH4WIxAeRFWvhs5AkPrPlvL/oDYXQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=B8c1ewr4n7od/oY9yET/GNR5Vg0fDwCmly/2J6tW7sovJrH6QSTeYRqqR0wBnYS0e 5Gu5CkR7Jvj94dxpV9chUyOtWKa9d9zD8lGVRWHXptCbWri3M3kR45PrGD3exJKFMi XQ1lqmaeK58vfUFmn6hWKOkWitr/UQvpxQ0WRYO4Vkp+RJAeUa5Qy5JugdPPfSfCxO Otxa6w7aNn4Ky8UA5bmfuAYuSXaXuDil1FVvGmMYF+EsBxkRpW5+hXxKxHNVHBQkaS O8brwLl0QTL2lkVuiXVaY+YfdMduJTSUnDRz2sCyNXvjBGjFuo63Qr43sFM5pM5mRC KdVIkU3SxPHLg== Date: Mon, 25 May 2026 17:24:50 +0100 From: Conor Dooley To: Pradyot Kumar Nayak Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Abel Vesa , Dmitry Baryshkov , Benjamin Tissoires , Jiri Kosina , linux-arm-msm@vger.kernel.org, linux-input@vger.kernel.org, Konrad Dybcio , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, 20260519-glymur-mahua-common-nodes-v2-1-9f1b89a3f398@oss.qualcomm.com Subject: Re: [PATCH v2 1/2] dt-bindings: input: hid-over-i2c: Add reset-gpios property Message-ID: <20260525-cornfield-limes-06c426bfef51@spud> References: <20260523-arm64-dts-glymur-crd-add-reset-gpio-to-touchscreen-v2-0-5c333051e5bb@oss.qualcomm.com> <20260523-arm64-dts-glymur-crd-add-reset-gpio-to-touchscreen-v2-1-5c333051e5bb@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="e5Uyo1ZYqW/lJ71j" Content-Disposition: inline In-Reply-To: <20260523-arm64-dts-glymur-crd-add-reset-gpio-to-touchscreen-v2-1-5c333051e5bb@oss.qualcomm.com> --e5Uyo1ZYqW/lJ71j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 23, 2026 at 01:25:37AM +0530, Pradyot Kumar Nayak wrote: > Document reset-gpios property for devices that explicitly require > the reset line to be de-asserted during power up. If there are devices that require this, it seems short-sighted to not add their compatibles to hid-over-i2c.yaml and make the property required for them. pw-bot: changes-requested Cheers, Conor. >=20 > Signed-off-by: Pradyot Kumar Nayak > --- > Documentation/devicetree/bindings/input/hid-over-i2c.yaml | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/input/hid-over-i2c.yaml b/= Documentation/devicetree/bindings/input/hid-over-i2c.yaml > index 138caad96a29..fe0ec4fce673 100644 > --- a/Documentation/devicetree/bindings/input/hid-over-i2c.yaml > +++ b/Documentation/devicetree/bindings/input/hid-over-i2c.yaml > @@ -50,6 +50,10 @@ properties: > description: Time required by the device after enabling its regulato= rs > or powering it on, before it is ready for communication. > =20 > + reset-gpios: > + maxItems: 1 > + description: GPIO line used to reset the device. > + > touchscreen-inverted-x: true > =20 > touchscreen-inverted-y: true >=20 > --=20 > 2.43.0 >=20 --e5Uyo1ZYqW/lJ71j Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCahR30QAKCRB4tDGHoIJi 0skuAP993JrCjc9mRNHbDcawYAAftZ6urOMUfG+bqxXJTNAvrQD/cZ79SRItSH67 OIM9pOQzkfEJ6iOvafjhm8zzUH/ZVg8= =hFqh -----END PGP SIGNATURE----- --e5Uyo1ZYqW/lJ71j--