clk: msm: clock-mmss-8996: Set the NO_RATE_CACHE flag for display clocks
Currently display branches do not propagate clk_set_rate() requests
to their parent if rate being set is same as its saved rate. With
the support to now change display RCG parents at run time, the
display clock tree requires these branch clocks to always propagate
request to their parents.
Add the CLKFLAG_NO_RATE_CACHE flag to display clocks to always pass
clk_set_rate() requests to their parents.
Change-Id: Ie2083fb082f1280134cc3611bca0e0d4396ddfa0
Signed-off-by:
Deepak Katragadda <dkatraga@codeaurora.org>
Loading
Please register or sign in to comment