clk: qcom: gcc: remove unnecessary vco_table from SM8150
The fixed alpha pll ops only use it for clamping in round_rate, which is unnecessary. This is consistent with SM8250 GCC not using vco_table. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20200709135251.643-6-jonathan@marek.ca Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:

committed by
Stephen Boyd

parent
d28b503c24
commit
3f6b250625
@@ -34,14 +34,8 @@ enum {
|
|||||||
P_SLEEP_CLK,
|
P_SLEEP_CLK,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct pll_vco trion_vco[] = {
|
|
||||||
{ 249600000, 2000000000, 0 },
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct clk_alpha_pll gpll0 = {
|
static struct clk_alpha_pll gpll0 = {
|
||||||
.offset = 0x0,
|
.offset = 0x0,
|
||||||
.vco_table = trion_vco,
|
|
||||||
.num_vco = ARRAY_SIZE(trion_vco),
|
|
||||||
.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_TRION],
|
.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_TRION],
|
||||||
.clkr = {
|
.clkr = {
|
||||||
.enable_reg = 0x52000,
|
.enable_reg = 0x52000,
|
||||||
@@ -85,8 +79,6 @@ static struct clk_alpha_pll_postdiv gpll0_out_even = {
|
|||||||
|
|
||||||
static struct clk_alpha_pll gpll7 = {
|
static struct clk_alpha_pll gpll7 = {
|
||||||
.offset = 0x1a000,
|
.offset = 0x1a000,
|
||||||
.vco_table = trion_vco,
|
|
||||||
.num_vco = ARRAY_SIZE(trion_vco),
|
|
||||||
.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_TRION],
|
.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_TRION],
|
||||||
.clkr = {
|
.clkr = {
|
||||||
.enable_reg = 0x52000,
|
.enable_reg = 0x52000,
|
||||||
@@ -105,8 +97,6 @@ static struct clk_alpha_pll gpll7 = {
|
|||||||
|
|
||||||
static struct clk_alpha_pll gpll9 = {
|
static struct clk_alpha_pll gpll9 = {
|
||||||
.offset = 0x1c000,
|
.offset = 0x1c000,
|
||||||
.vco_table = trion_vco,
|
|
||||||
.num_vco = ARRAY_SIZE(trion_vco),
|
|
||||||
.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_TRION],
|
.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_TRION],
|
||||||
.clkr = {
|
.clkr = {
|
||||||
.enable_reg = 0x52000,
|
.enable_reg = 0x52000,
|
||||||
|
Reference in New Issue
Block a user