]> git.baikalelectronics.ru Git - kernel.git/commit
clk: asm9260: Use parent accuracy in fixed rate clk
authorStephen Boyd <sboyd@kernel.org>
Fri, 30 Aug 2019 15:09:20 +0000 (08:09 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 7 Jan 2020 07:08:16 +0000 (23:08 -0800)
commit3556c0355e976e20102477db701ff6777a406668
treef22b0c900c040757588e0a43fa2000ee0563c47b
parentc26d1c2d9cde302ac932c847d0681f26e8238866
clk: asm9260: Use parent accuracy in fixed rate clk

This fixed rate clk is registered with the accuracy of the parent. Use
CLK_FIXED_RATE_PARENT_ACCURACY for that instead of getting the parent
clk and finding out the accuracy that way.

Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20190830150923.259497-10-sboyd@kernel.org
drivers/clk/clk-asm9260.c