From mboxrd@z Thu Jan 1 00:00:00 1970 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 1642FC43334 for ; Fri, 3 Jun 2022 05:11:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240071AbiFCFLO (ORCPT ); Fri, 3 Jun 2022 01:11:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239977AbiFCFLF (ORCPT ); Fri, 3 Jun 2022 01:11:05 -0400 Received: from atl4mhfb02.myregisteredsite.com (atl4mhfb02.myregisteredsite.com [209.17.115.118]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F15E032063 for ; Thu, 2 Jun 2022 22:11:03 -0700 (PDT) Received: from jax4mhob23.registeredsite.com (jax4mhob23.registeredsite.com [64.69.218.111]) by atl4mhfb02.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id 2535B24q024641 for ; Fri, 3 Jun 2022 01:11:03 -0400 Received: from mailpod.hostingplatform.com ([10.30.71.206]) by jax4mhob23.registeredsite.com (8.14.4/8.14.4) with ESMTP id 2535B0Kc178472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 3 Jun 2022 01:11:01 -0400 Received: (qmail 31756 invoked by uid 0); 3 Jun 2022 05:11:00 -0000 X-TCPREMOTEIP: 204.168.181.193 X-Authenticated-UID: mike@milosoftware.com Received: from unknown (HELO phenom.domain?not?set.invalid) (mike@milosoftware.com@204.168.181.193) by 0 with ESMTPA; 3 Jun 2022 05:11:00 -0000 From: Mike Looijmans To: devicetree@vger.kernel.org, linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, dmitry.torokhov@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, geert+renesas@glider.be, martink@posteo.de, hechtb@gmail.com, Mike Looijmans Subject: [PATCH v2 2/2] dt-bindings: Input: st1232 - Support power supply regulators Date: Fri, 3 Jun 2022 07:10:58 +0200 Message-Id: <20220603051058.6075-1-mike.looijmans@topic.nl> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add support for the VDD and IOVDD power supply inputs. This allows the chip to share its supplies with other components (e.g. panel) and manage them. This provides the devicetree bindings. Signed-off-by: Mike Looijmans --- v2: Split devicetree and code parts .../bindings/input/touchscreen/sitronix,st1232.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml b/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml index 1d8ca19fd37a..240be8d49232 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml @@ -28,6 +28,12 @@ properties: description: A phandle to the reset GPIO maxItems: 1 + vdd-supply: + description: Power supply regulator for the chip + + vddio-supply: + description: Power supply regulator for the I2C bus + required: - compatible - reg -- 2.17.1