Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: tegra: cclk_lp has a pllx/2 divider

When pll_x is the parent of cclk_lp, PLLX_DIV2_BYPASS_LP determines
whether cclk_lp output is divided by 2. Set TEGRA_DIVIDER_2 so that
the clk_super driver is aware of this.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>

authored by

Andrew Bresticker and committed by
Peter De Schrijver
88b4bd70 20e7c323

+1 -1
+1 -1
drivers/clk/tegra/clk-tegra-super-gen4.c
··· 120 120 ARRAY_SIZE(cclk_lp_parents), 121 121 CLK_SET_RATE_PARENT, 122 122 clk_base + CCLKLP_BURST_POLICY, 123 - 0, 4, 8, 9, NULL); 123 + TEGRA_DIVIDER_2, 4, 8, 9, NULL); 124 124 *dt_clk = clk; 125 125 } 126 126