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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 6CD8EC433E2 for ; Sun, 13 Sep 2020 02:57:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 248B8206F4 for ; Sun, 13 Sep 2020 02:57:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599965830; bh=Gx2FbAEiqAsojjESp9ixg0pcKegLnO66XJ550S7WpP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=VjoZAFQOJdNPMAIIpZPo3o0gLKXehU5Q0xtwMg3IdrLfESWRtwQ4PdL+ZOeN/039a PjJ5zbh99YwQc3SmaV6xJVm4ysw9Q/wGDYH5AboNFEqzv5sgfgQ3rA3E3LLwrfbyPK CWnVDuyH7SFi1qbU8bf4zIwwlVdTC1KXoP48fWTI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725913AbgIMC5J (ORCPT ); Sat, 12 Sep 2020 22:57:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:39310 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbgIMC5I (ORCPT ); Sat, 12 Sep 2020 22:57:08 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8D82F206C3; Sun, 13 Sep 2020 02:57:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599965827; bh=Gx2FbAEiqAsojjESp9ixg0pcKegLnO66XJ550S7WpP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IyEFWhRaFt74qtdLSaHgML7Q/kooNgdfjBkVpjHn/30cioFij3XC8tpzJX0x1F1po 7+eaBypfTEQQygKLAN3YHmWYfNclGZ9V3k1/ginyEsT0GNpiD5uLzWo3s0bOZmSYi9 /oeCQSRS2V+IIdSvnB2zqEJN7wQkLkqJrElGjCp4= Date: Sun, 13 Sep 2020 10:57:02 +0800 From: Shawn Guo To: Aisheng Dong Cc: Peng Fan , "s.hauer@pengutronix.de" , "festevam@gmail.com" , Abel Vesa , "robh+dt@kernel.org" , "kernel@pengutronix.de" , dl-linux-imx , Anson Huang , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" Subject: Re: [PATCH 1/4] dt-bindings: fsl: add i.MX7ULP PMC binding doc Message-ID: <20200913025701.GK25109@dragon> References: <1599795053-5091-1-git-send-email-peng.fan@nxp.com> <1599795053-5091-2-git-send-email-peng.fan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Sep 11, 2020 at 07:19:59AM +0000, Aisheng Dong wrote: > > From: Peng Fan > > Sent: Friday, September 11, 2020 11:31 AM > > > > Add i.MX7ULP Power Management Controller binding doc > > > > Signed-off-by: Peng Fan > > --- > > .../bindings/arm/freescale/imx7ulp-pmc.yaml | 33 +++++++++++++++++++ > > 1 file changed, 33 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/arm/freescale/imx7ulp-pmc.yaml > > I wonder if we can merge it into the exist imx7ulp pm binding doc. > Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml +1 Shawn