Re: [PATCH v5 09/14] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-11-05 01:08:34
Also in:
linux-clk, linux-devicetree, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-11-05 01:08:34
Also in:
linux-clk, linux-devicetree, lkml
Quoting Abel Vesa (2020-11-03 03:18:21)
Document the i.MX BLK_CTL with its devicetree properties. Signed-off-by: Abel Vesa <redacted> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> ---
Acked-by: Stephen Boyd <sboyd@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@30e20000 {
+ compatible = "fsl,imx8mp-audio-blk-ctl", "syscon";
+ reg = <0x30e20000 0x10000>;
+ power-domains = <&audiomix_pd>;
+
+ #clock-cells = <1>;_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel