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@30e20000 { clock-controller@30e20000 { > + compatible = "fsl,imx8mp-blk-ctrl", "syscon"; > + reg = <0x30e20000 0x10000>; > + power-domains = <&audiomix_pd>; > + > + #clock-cells = <1>; > + #reset-cells = <1>; > + };