commit | 728e3096741a50cb04f3a4d713001a7fd48acc17 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@kernel.org> | Fri Aug 30 08:09:20 2019 -0700 |
committer | Stephen Boyd <sboyd@kernel.org> | Mon Jan 06 23:08:16 2020 -0800 |
tree | f22b0c900c040757588e0a43fa2000ee0563c47b | |
parent | 1f1bb96d3a1ac8c02878a437927a00840cc62e70 [diff] |
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