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 A2C5DC25B08 for ; Tue, 9 Aug 2022 19:48:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245012AbiHITsK (ORCPT ); Tue, 9 Aug 2022 15:48:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344371AbiHITrt (ORCPT ); Tue, 9 Aug 2022 15:47:49 -0400 Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9541517A88; Tue, 9 Aug 2022 12:47:47 -0700 (PDT) Received: by mail-io1-f48.google.com with SMTP id h138so10435402iof.12; Tue, 09 Aug 2022 12:47:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=k4UmaRvRZxWq4o+Yspru8OrOEwdOORLs/XhcJE2LcmE=; b=i7uR/89jJpgYHFV6gHO6aJrq7B0Q4L5AEXCwj90d1/03PdaLNOZu9NbqxC1BwTXHmU XDKmoivGwX92m05+wSDg4vy3EbO8WiIZAHSWaaUuc7EP6x5WtMVHFTVy5I6nbviBo4eG fw+zoom+DlHl5xkcWdCqgsT9Fq+g+XlHqBSWK/KXco8RTjEr8Kp9PTVTOBTkjuZe5Pw1 jAlCzvGUkBJQ6yiglXffOdPiJW6gU834WIMragRju7txmNjjUDiF447HFqbHvB8f0DEK 3uTTCUR+EH9PYcZYKd9F6zvTqTdXd88frGTx5Bo4lKS/UHEItVPkVhkuG/z2WccDJ2lg Abeg== X-Gm-Message-State: ACgBeo2STXCGo5kwx6u7a0fqKlVEPuDBfIPCiAzjKIpaxrQ2ZRKTLMZE QuYzOs71KZ4vHqtOpxOIuA== X-Google-Smtp-Source: AA6agR7fG1uhYXOmBJYv5wsJOKXjgKp41AG88l0opsqFJjhGJlNG6iL6q3oTW8sl2117x5aUUcG7/A== X-Received: by 2002:a05:6638:16cf:b0:341:4543:b354 with SMTP id g15-20020a05663816cf00b003414543b354mr11803265jat.114.1660074466471; Tue, 09 Aug 2022 12:47:46 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id h11-20020a92d08b000000b002de7ceafb4esm1386103ilh.20.2022.08.09.12.47.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Aug 2022 12:47:46 -0700 (PDT) Received: (nullmailer pid 2274578 invoked by uid 1000); Tue, 09 Aug 2022 19:47:43 -0000 Date: Tue, 9 Aug 2022 13:47:43 -0600 From: Rob Herring To: Jerome Neanne Cc: khilman@baylibre.com, lgirdwood@gmail.com, linux-arm-kernel@lists.infradead.org, nm@ti.com, lee.jones@linaro.org, linux-input@vger.kernel.org, msp@baylibre.com, devicetree@vger.kernel.org, j-keerthy@ti.com, broonie@kernel.org, narmstrong@baylibre.com, dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, kristo@kernel.org Subject: Re: [PATCH v3 04/10] regulator: dt-bindings: Add TI TPS65219 PMIC bindings Message-ID: <20220809194743.GA2274545-robh@kernel.org> References: <20220805121852.21254-1-jneanne@baylibre.com> <20220805121852.21254-5-jneanne@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220805121852.21254-5-jneanne@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, 05 Aug 2022 14:18:46 +0200, Jerome Neanne wrote: > Add TPS65219 PMIC bindings using json-schema. > > Describe required properties and regname-supply. > regname-supply is required when bypass mode is used for a regulator. > Describes regulator topology. > Interrupts support. > Add a power-button property to configure the EN/PB/VSENSE pin as a > powerbutton: > > TPS65219 has a multipurpose pin called EN/PB/VSENSE that can be either: > - EN in which case it functions as an enable pin. > - VSENSE which compares the voltages and triggers an automatic > on/off request. > - PB in which case it can be configured to trigger an interrupt > to the SoC. > ti,power-button reflects the last one of those options > where the board has a button wired to the pin and triggers > an interrupt on pressing it. > > Signed-off-by: Markus Schneider-Pargmann > Signed-off-by: Jerome Neanne > --- > .../bindings/regulator/ti,tps65219.yaml | 173 ++++++++++++++++++ > 1 file changed, 173 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps65219.yaml > Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0E2CC19F2D for ; Tue, 9 Aug 2022 19:48:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=F4wZtDNV7r2xfYEemXJQKLmhbdqdF01m8A2+H8L8U30=; b=T+momg2Bc+BjAr e032pryH2twiA7yJzn+z81UDs/7UfOpGI6tR0opt/3DK6Q0Dfkln4avvmYL3ovoVa1OoSpGuLxgZ5 xnCTqjgTbf/fAOXlpfKQn7S1PxtVcnHQjJFqH+rONyq4zvN8uIVcYUj14DFx9ytmz5GGQK5EYbIKY EpdWN6+N3vjg4uwbLZ8SZSoU2q6jeY6utm/eRxoywj/owCtxerbJvIwQFJX6ZdP/f6CAgl1+0eWUw oz3cO3iHwGhShUeRaXj45tjmkJ2WVm1j7RMhnplohV50m9yNlzGXUA9uAah204lWNK2xdAAKnLqKL 0f8+FRZpTFxrKydMVovw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLVCo-005ziE-8f; Tue, 09 Aug 2022 19:47:58 +0000 Received: from mail-io1-f54.google.com ([209.85.166.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLVCe-005zdo-M4 for linux-arm-kernel@lists.infradead.org; Tue, 09 Aug 2022 19:47:52 +0000 Received: by mail-io1-f54.google.com with SMTP id z145so10438896iof.9 for ; Tue, 09 Aug 2022 12:47:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=k4UmaRvRZxWq4o+Yspru8OrOEwdOORLs/XhcJE2LcmE=; b=CAKTOZn3jsPS39u5zV041Kwp+XaykwA74qmnj2+RB09OSw211wcVGyHL0KgH0z03UR 9+onOLKzgN/oHyc3WBJ4ve0S+iHcctLJMJjqNX2J+b7c9bUcZ6cBgEU4eqzsCde++bNd UcDQpdiIUbDwxtkQ+kDs7a7d5rgMWp//oeAKdggJURdbErBEvOIY/hOU70F1vUFj7T/6 tSwQ32B76EeTbw62n7N7YdN+I+Jo+m1CwvgyBz05Zrvh+M0bUtQ7FkCzNkh9ooz3d3d9 pqc6aQSvto7Zizf+t4tMOEPY9eApo/1hP2H6Y/DE7kxi/P6J2Ge/09K1XsQZA5JgE/Vj MOOA== X-Gm-Message-State: ACgBeo1cMKHI/SMCn9T9gr/9I5d8UsJlJQK9XbxhCgh040cQsKnb38/x I6UtyQCG2lFXGL55dlOgkw== X-Google-Smtp-Source: AA6agR7fG1uhYXOmBJYv5wsJOKXjgKp41AG88l0opsqFJjhGJlNG6iL6q3oTW8sl2117x5aUUcG7/A== X-Received: by 2002:a05:6638:16cf:b0:341:4543:b354 with SMTP id g15-20020a05663816cf00b003414543b354mr11803265jat.114.1660074466471; Tue, 09 Aug 2022 12:47:46 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id h11-20020a92d08b000000b002de7ceafb4esm1386103ilh.20.2022.08.09.12.47.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Aug 2022 12:47:46 -0700 (PDT) Received: (nullmailer pid 2274578 invoked by uid 1000); Tue, 09 Aug 2022 19:47:43 -0000 Date: Tue, 9 Aug 2022 13:47:43 -0600 From: Rob Herring To: Jerome Neanne Cc: khilman@baylibre.com, lgirdwood@gmail.com, linux-arm-kernel@lists.infradead.org, nm@ti.com, lee.jones@linaro.org, linux-input@vger.kernel.org, msp@baylibre.com, devicetree@vger.kernel.org, j-keerthy@ti.com, broonie@kernel.org, narmstrong@baylibre.com, dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, kristo@kernel.org Subject: Re: [PATCH v3 04/10] regulator: dt-bindings: Add TI TPS65219 PMIC bindings Message-ID: <20220809194743.GA2274545-robh@kernel.org> References: <20220805121852.21254-1-jneanne@baylibre.com> <20220805121852.21254-5-jneanne@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220805121852.21254-5-jneanne@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220809_124748_755273_7957F650 X-CRM114-Status: GOOD ( 16.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 05 Aug 2022 14:18:46 +0200, Jerome Neanne wrote: > Add TPS65219 PMIC bindings using json-schema. > > Describe required properties and regname-supply. > regname-supply is required when bypass mode is used for a regulator. > Describes regulator topology. > Interrupts support. > Add a power-button property to configure the EN/PB/VSENSE pin as a > powerbutton: > > TPS65219 has a multipurpose pin called EN/PB/VSENSE that can be either: > - EN in which case it functions as an enable pin. > - VSENSE which compares the voltages and triggers an automatic > on/off request. > - PB in which case it can be configured to trigger an interrupt > to the SoC. > ti,power-button reflects the last one of those options > where the board has a button wired to the pin and triggers > an interrupt on pressing it. > > Signed-off-by: Markus Schneider-Pargmann > Signed-off-by: Jerome Neanne > --- > .../bindings/regulator/ti,tps65219.yaml | 173 ++++++++++++++++++ > 1 file changed, 173 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps65219.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel