[PATCH] bus: imx-weim: optionally enable continuous burst clock

Fabio Estevam festevam at gmail.com
Wed Nov 24 08:42:05 PST 2021


Hi Ivan,

On Wed, Nov 24, 2021 at 11:39 AM Ivan Bornyakov <i.bornyakov at metrotek.ru> wrote:
>
> To enable continuous burst clock, add "fsl,continuous-burst-clk" along
> with "fsl,burst-clk-enable" property to the weim bus's devicetree node.
>
> Example:
> weim: weim at 21b8000 {
>         compatible = "fsl,imx6ul-weim", "fsl,imx6q-weim";
>         reg = <0x021b8000 0x4000>;
>         clocks = <&clks 143>;
>         #address-cells = <2>;
>         #size-cells = <1>;
>         ranges = <0 0 0x50000000 0x08000000>;
>         fsl,weim-cs-gpr = <&gpr>;
>         fsl,burst-clk-enable;
>         fsl,continuous-burst-clk;
>
>         client-device at 0 {
>                 ...
>         };
> };
>
> Signed-off-by: Ivan Bornyakov <i.bornyakov at metrotek.ru>

Please also send a patch that documents the new property in the bindings doc:
Documentation/devicetree/bindings/bus/imx-weim.txt

Thanks



More information about the linux-arm-kernel mailing list