106ef3bda2
One of the clock entry "dcl" clk has some HW limitations. One is that
its rate can only by changed by changing its parent clk's rate & two is
that HW does not support enable/disable for this clk.
Handle above two limitations by adding relevant flags. Add standard flag
CLK_SET_RATE_PARENT to handle rate change and add driver internal flag
DIV_CLK_NO_MASK to handle enable/disable.
Fixes:
|
||
---|---|---|
.. | ||
clk-cgu-pll.c | ||
clk-cgu.c | ||
clk-cgu.h | ||
clk-fch.c | ||
clk-lgm.c | ||
clk-lpss-atom.c | ||
clk-pmc-atom.c | ||
Kconfig | ||
Makefile |