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 08D26C5479D for ; Fri, 6 Jan 2023 09:15:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231912AbjAFJO7 (ORCPT ); Fri, 6 Jan 2023 04:14:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232090AbjAFJOu (ORCPT ); Fri, 6 Jan 2023 04:14:50 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 620826699A; Fri, 6 Jan 2023 01:14:49 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DCF9461D62; Fri, 6 Jan 2023 09:14:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A680C433EF; Fri, 6 Jan 2023 09:14:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672996488; bh=6a7N+091Z6NCe1Be8JsUKIhRH9rci8z3cmchqgVEigE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BUMsHkZz1lYN9STpZyZGWwVU7YfTytLh7rWqDfzATZoW9apHfKBM8f70LdNTVyyxj k2znIHRXHZulaNnn+EMSvkumr1yJ3viIAiS/9WMbGuYt5qJiPhaRyM0fadzL0+zLWw 8IeRBPRVh7YV8uqEiPG2rcnsEuKmk9XO/4z16EpHFPV0wBEKiiGBEYYeypznp4ZIuv 6zF7m/ZTjHqof0FxdsKFPfvG9YtMaoQ84M1Nld5yoydI1NqM5X7IddNotsmlAMxCIk SjnCmmhv3Iuy4YZU+W+BBnDsv44Mg+XyIZYwy27ctrlGrBMQbyXK4XqYmKLZHCfkCh 6LndsOj5WzRPg== Date: Fri, 6 Jan 2023 09:14:41 +0000 From: Lee Jones To: Fabrizio Castro Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Sebastian Reichel , Geert Uytterhoeven , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Chris Paterson , Biju Das , linux-renesas-soc@vger.kernel.org, Laurent Pinchart , Jacopo Mondi , Rob Herring Subject: Re: [PATCH v4 1/2] dt-bindings: mfd: Add RZ/V2M PWC Message-ID: References: <20230105201242.189195-1-fabrizio.castro.jz@renesas.com> <20230105201242.189195-2-fabrizio.castro.jz@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230105201242.189195-2-fabrizio.castro.jz@renesas.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 05 Jan 2023, Fabrizio Castro wrote: > The Renesas RZ/V2M External Power Sequence Controller (PWC) > IP is a multi-function device, and it's capable of: > * external power supply on/off sequence generation > * on/off signal generation for the LPDDR4 core power supply (LPVDD) > * key input signals processing > * general-purpose output pins The subject line now needs changing. This patch doesn't have anything to do with MFD. > Add the corresponding dt-bindings. > > Signed-off-by: Fabrizio Castro > Reviewed-by: Rob Herring > --- > > v1->v2: I have dropped syscon, simple-mfd, regmap, offset, and the child nodes. > v2->v3: No change. > v3->v4: Moved file under Documentation/devicetree/bindings/soc/renesas, > and changed $id accordingly. Rob, I have kept your Reviewed-by > tag assuming you are still happy, please do jump in if you think > that's not appropriate anymore. > > .../soc/renesas/renesas,rzv2m-pwc.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/renesas/renesas,rzv2m-pwc.yaml -- Lee Jones [李琼斯]