diff options
author | Ivan Bornyakov <i.bornyakov@metrotek.ru> | 2021-12-02 08:57:23 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-14 10:33:38 +0800 |
commit | 7b983da38417fa8c36514d6a98997b3cad11b6a9 (patch) | |
tree | e098bd5b01f231a7f00f38f4e4a52e53f6160409 /drivers/usb/cdns3/cdnsp-trace.c | |
parent | 8361b8b29f9389084b679db854cf733375c64763 (diff) |
bus: imx-weim: optionally enable continuous burst clock
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/usb/cdns3/cdnsp-trace.c')
0 files changed, 0 insertions, 0 deletions