[PATCH v5 09/14] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL

Stephen Boyd sboyd at kernel.org
Wed Nov 4 20:08:31 EST 2020


Quoting Abel Vesa (2020-11-03 03:18:21)
> Document the i.MX BLK_CTL with its devicetree properties.
> 
> Signed-off-by: Abel Vesa <abel.vesa at nxp.com>
> Reviewed-by: Dong Aisheng <aisheng.dong at nxp.com>
> Reviewed-by: Rob Herring <robh at kernel.org>
> ---

Acked-by: Stephen Boyd <sboyd at kernel.org>

> 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 <dt-bindings/clock/imx8mp-clock.h>

Is this include to make sure this file exists?

> +
> +    audio_blk_ctl: clock-controller at 30e20000 {
> +       compatible = "fsl,imx8mp-audio-blk-ctl", "syscon";
> +       reg = <0x30e20000 0x10000>;
> +       power-domains = <&audiomix_pd>;
> +
> +       #clock-cells = <1>;



More information about the linux-arm-kernel mailing list