Re: [PATCH V3 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL

From: Rob Herring
Date: Thu May 06 2021 - 21:02:18 EST


On Thu, 06 May 2021 12:15:53 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Document the i.MX BLK_CTL with its devicetree properties.
>
> Each BLK CTL have different power domain inputs and they have different
> names, so we are not able to list all the power domain names for each
> BLK CTL here.
>
> For example:
> i.MX8MM dispmix BLK CTL, it has
> power-domains = <&pgc_dispmix>, <&pgc_mipi>;
> power-domain-names = "dispmix", "mipi";
>
> vpumix BLK CTL, it has
> power-domains = <&vpumix_pd>, <&vpu_g1_pd>, <&vpu_g2_pd>,
> <&vpu_h1_pd>;
> power-domain-names = "vpumix", "g1", "g2", "h1";
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---
> .../bindings/soc/imx/fsl,imx-blk-ctl.yaml | 66 +++++++++++++++++++
> 1 file changed, 66 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx-blk-ctl.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>