Merge branch 'clk-fixes' into clk-next
This commit is contained in:
commit
3217c038c8
@ -1718,7 +1718,7 @@ struct clk *tegra_clk_register_plle_tegra114(const char *name,
|
||||
"pll_re_vco");
|
||||
} else {
|
||||
val_aux &= ~(PLLE_AUX_PLLRE_SEL | PLLE_AUX_PLLP_SEL);
|
||||
pll_writel(val, pll_params->aux_reg, pll);
|
||||
pll_writel(val_aux, pll_params->aux_reg, pll);
|
||||
}
|
||||
|
||||
clk = _tegra_clk_register_pll(pll, name, parent_name, flags,
|
||||
|
Loading…
Reference in New Issue
Block a user