diff --git a/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c b/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c index c6fd0413127d..d12fd170d6bf 100644 --- a/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c +++ b/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c @@ -589,7 +589,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = { CPUB01_CVB_TABLE, .cpu_dfll_data = { .tune0_low = 0x0000ffcf, - .tune1 = 0x012207ff, + .tune1_low = 0x012207ff, .tune_high_min_millivolts = 850, } }, @@ -607,7 +607,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = { .cpu_dfll_data = { .tune0_low = 0x0000ffa0, .tune0_high = 0x0000ffff, - .tune1 = 0x021107ff, + .tune1_low = 0x021107ff, .tune_high_min_millivolts = 850, } }, @@ -619,7 +619,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = { .cpu_dfll_data = { .tune0_low = 0x0000ff90, .tune0_high = 0x0000ffff, - .tune1 = 0x021107ff, + .tune1_low = 0x021107ff, .tune_high_min_millivolts = 850, } }, @@ -630,7 +630,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = { CPUB01_CVB_TABLE, .cpu_dfll_data = { .tune0_low = 0x0000ffcf, - .tune1 = 0x012207ff, + .tune1_low = 0x012207ff, .tune_high_min_millivolts = 850, } },