mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
clk: tegra: Fix cclk_lp divisor register
[ Upstream commit54eff2264d] According to comments in code and common sense, cclk_lp uses its own divisor, not cclk_g's. Fixes:b08e8c0ecc("clk: tegra: add clock support for Tegra30") Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f56be2ce49
commit
083dd685ae
@@ -1063,7 +1063,7 @@ static void __init tegra30_super_clk_init(void)
|
||||
* U71 divider of cclk_lp.
|
||||
*/
|
||||
clk = tegra_clk_register_divider("pll_p_out3_cclklp", "pll_p_out3",
|
||||
clk_base + SUPER_CCLKG_DIVIDER, 0,
|
||||
clk_base + SUPER_CCLKLP_DIVIDER, 0,
|
||||
TEGRA_DIVIDER_INT, 16, 8, 1, NULL);
|
||||
clk_register_clkdev(clk, "pll_p_out3_cclklp", NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user