提交 0c383a79 编写于 作者: M Michal Simek

clk: zynqmp: Add support for enabling clock on lpd_lsbus

lpd_lsbus is clock which is used by many IPs like dmas, gems, gpio, sdhcis,
spis, ttcs, uarts, watchdog that's why make sense to also enable access to
change this clock. For this clock you already get the rate.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 d036f4f2
......@@ -813,6 +813,7 @@ static int zynqmp_clk_enable(struct clk *clk)
mask = 0x3;
break;
case qspi_ref ... can1_ref:
case lpd_lsbus:
clkact_shift = 24;
mask = 0x1;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册