[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <159605218106.1360974.17212937588367161697@swboyd.mtv.corp.google.com>
Date: Wed, 29 Jul 2020 12:49:41 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Abel Vesa <abel.vesa@....com>, Anson Huang <anson.huang@....com>,
Dong Aisheng <aisheng.dong@....com>,
Fabio Estevam <fabio.estevam@....com>,
Fugang Duan <fugang.duan@....com>,
Mike Turquette <mturquette@...libre.com>,
Peng Fan <peng.fan@....com>,
Philipp Zabel <p.zabel@...gutronix.de>,
Rob Herring <robh@...nel.org>,
Sascha Hauer <kernel@...gutronix.de>,
Shawn Guo <shawnguo@...nel.org>
Cc: NXP Linux Team <linux-imx@....com>,
linux-arm-kernel@...ts.infradead.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
Abel Vesa <abel.vesa@....com>
Subject: Re: [PATCH 10/17] Documentation: bindings: clk: Add bindings for i.MX BLK_CTRL
Quoting Abel Vesa (2020-07-29 05:07:56)
> diff --git a/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.yaml b/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.yaml
> new file mode 100644
> index 00000000..036d3d3
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.yaml
> @@ -0,0 +1,55 @@
> +# SPDX-License-Identifier: (GPL-2.0-only)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/fsl,imx-blk-ctrl.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
[...]
> +
> +examples:
> + - |
> + audio-blk-ctrl: blk-ctrl@...20000 {
clock-controller@...20000 {
> + compatible = "fsl,imx8mp-blk-ctrl", "syscon";
> + reg = <0x30e20000 0x10000>;
> + power-domains = <&audiomix_pd>;
> +
> + #clock-cells = <1>;
> + #reset-cells = <1>;
> + };
Powered by blists - more mailing lists