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 X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 194F2C2D0A3 for ; Mon, 9 Nov 2020 20:16:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF68320897 for ; Mon, 9 Nov 2020 20:16:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729838AbgKIUQB (ORCPT ); Mon, 9 Nov 2020 15:16:01 -0500 Received: from mail-oi1-f194.google.com ([209.85.167.194]:44157 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729243AbgKIUQB (ORCPT ); Mon, 9 Nov 2020 15:16:01 -0500 Received: by mail-oi1-f194.google.com with SMTP id t16so11585788oie.11 for ; Mon, 09 Nov 2020 12:15:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=btm39YuDQKpwme030p3FXbT8kqnmECyn6yr1DXqSq5Y=; b=bR9EIg6u2VZq5kuobHAvJmmOs5fHetwLidXTFF5V/GaYIqTveDi38lwJrrNSsb/CI5 r1PofWOmGcgnFrPhBhjkF3S7tRdYjoSGgpSTc+PZ6I2UjDUPMkG4bYVzRfpins+JJbX3 48wYKhRQU+pkX3Z0VZ52bbgJ46rPQSm/lwMJKW6kXD3+YXSv+1xsbLHmJue/9TNXdcIS avbSWWPwzs0GVxXLacfBx5Ozati6ih1853R7RndXnLxmIMkUGo7Q4CUOdUIiysaViSXs JHcCSpHMuZNR+DVSiO0yNnqLUwFxnMmZh3a6sBJBUMcXtRBP1mCPjcpzYucmC5Fqw6cL N/aQ== X-Gm-Message-State: AOAM5327BF1uDACdeCXhwFTyloNs0IA8xaYha6dJiOVCaW/E2+3tHigV LwJS25LSSYeQnZH9FNx9+g== X-Google-Smtp-Source: ABdhPJwWTocdsvKRcxcHUK8pHyTsJZ5R4eb3YAL5c1EhxdJXgPlQHPoACrzWIsX/gRJZn8/w8SPqRg== X-Received: by 2002:aca:54c9:: with SMTP id i192mr624642oib.19.1604952958680; Mon, 09 Nov 2020 12:15:58 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id h28sm2656111ooc.42.2020.11.09.12.15.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 12:15:57 -0800 (PST) Received: (nullmailer pid 1690909 invoked by uid 1000); Mon, 09 Nov 2020 20:15:57 -0000 Date: Mon, 9 Nov 2020 14:15:57 -0600 From: Rob Herring To: Lucas Stach Cc: Shawn Guo , Fabio Estevam , Marek Vasut , Adam Ford , Frieder Schrempf , NXP Linux Team , kernel@pengutronix.de, patchwork-lst@pengutronix.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 08/13] dt-bindings: imx: gpcv2: add support for optional resets Message-ID: <20201109201557.GA1690230@bogus> References: <20201105174434.1817539-1-l.stach@pengutronix.de> <20201105174434.1817539-9-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201105174434.1817539-9-l.stach@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Nov 05, 2020 at 06:44:29PM +0100, Lucas Stach wrote: > For some domains the resets of the devices in the domain are not > automatically triggered. Add an optional resets property to allow > the GPC driver to trigger those resets explicitly. > > Signed-off-by: Lucas Stach > --- > Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml > index a96e6dbf1858..4330c73a2c30 100644 > --- a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml > +++ b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml > @@ -66,6 +66,13 @@ properties: > > power-supply: true > > + resets: > + description: | > + A number of phandles to resets that need to be asserted during > + power-up sequencing of the domain. > + minItems: 1 > + maxItems: 4 You need to define what each reset is. > + > required: > - '#power-domain-cells' > - reg > -- > 2.20.1 >