]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit728e3096741a50cb04f3a4d713001a7fd48acc17
treef22b0c900c040757588e0a43fa2000ee0563c47b
parent1f1bb96d3a1ac8c02878a437927a00840cc62e70
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