lkml.org 
[lkml]   [2021]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH v2 1/2] bus: imx-weim: optionally enable continuous burst clock
    On Wed, Nov 24, 2021 at 3:10 PM Ivan Bornyakov <i.bornyakov@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@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@0 {
    > ...
    > };
    > };
    >
    > Signed-off-by: Ivan Bornyakov <i.bornyakov@metrotek.ru>

    Reviewed-by: Fabio Estevam <festevam@gmail.com>

    \
     
     \ /
      Last update: 2021-12-11 12:05    [W:2.892 / U:0.332 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site