]> 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)
commit5f4768def279f4abb4b7f17ecc8c8daf8dada2e1
treef22b0c900c040757588e0a43fa2000ee0563c47b
parent19713eafe1f756d70176b3e4f8935b2d6937b945
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