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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 F2961C4741F for ; Thu, 5 Nov 2020 01:08:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C3B921734 for ; Thu, 5 Nov 2020 01:08:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604538514; bh=F44ZtY18hsnG66Zem9ryB3BNhKhU5/IfeUedU0qYqEY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=rUdL1PKrXJmbXp3LrVafbaF2OD1iq+m1yV6KjKqHmBi3MZQ53vN9sMUy1piMXwYOe kuzd8/pq5aq14+UJW/0dnEgLOq2c9Akg0Ta0X0gOIU33rc09fdymXWyhs2ytNmXxB0 yEUBXZz3qVSGm3fGe1oZEjNnvgs5dO2+gsVmIFmc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731292AbgKEBId (ORCPT ); Wed, 4 Nov 2020 20:08:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:56170 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727379AbgKEBId (ORCPT ); Wed, 4 Nov 2020 20:08:33 -0500 Received: from kernel.org (unknown [104.132.1.79]) (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 9362620867; Thu, 5 Nov 2020 01:08:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604538512; bh=F44ZtY18hsnG66Zem9ryB3BNhKhU5/IfeUedU0qYqEY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=amBd6YyF4Eamh1TVZzJTg6BYrqidEHdWRiOLkqL5eyBq+wsNYPHmO4EUhlY3osp1q eEPn+HxKINCJFMwluV+HKzHltlVl/006j9fOUvnIqcztB+ZJXco/sZI1KOdLr9o9YL pXVhaoHg1yKxHX+FlAUSRbbVg8Ncf9NWBQpJJ8EM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1604402306-5348-10-git-send-email-abel.vesa@nxp.com> References: <1604402306-5348-1-git-send-email-abel.vesa@nxp.com> <1604402306-5348-10-git-send-email-abel.vesa@nxp.com> Subject: Re: [PATCH v5 09/14] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL From: Stephen Boyd Cc: NXP Linux Team , linux-arm-kernel@lists.infradead.org, Linux Kernel Mailing List , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Abel Vesa To: Abel Vesa , Adam Ford , Anson Huang , Dong Aisheng , Fabio Estevam , Jacky Bai , Lucas Stach , Marek Vasut , Mike Turquette , Peng Fan , Rob Herring , Sascha Hauer , Shawn Guo Date: Wed, 04 Nov 2020 17:08:31 -0800 Message-ID: <160453851108.3965362.14457504906781672799@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Abel Vesa (2020-11-03 03:18:21) > Document the i.MX BLK_CTL with its devicetree properties. >=20 > Signed-off-by: Abel Vesa > Reviewed-by: Dong Aisheng > Reviewed-by: Rob Herring > --- Acked-by: Stephen Boyd > diff --git a/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml= b/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml > new file mode 100644 > index 00000000..5e9eb40 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml > + > +examples: > + - | > + #include Is this include to make sure this file exists? > + > + audio_blk_ctl: clock-controller@30e20000 { > + compatible =3D "fsl,imx8mp-audio-blk-ctl", "syscon"; > + reg =3D <0x30e20000 0x10000>; > + power-domains =3D <&audiomix_pd>; > + > + #clock-cells =3D <1>;