summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_domain.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_domain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_domain.c b/drivers/gpu/nvgpu/clk/clk_domain.c
index c784bdb4..84ce7371 100644
--- a/drivers/gpu/nvgpu/clk/clk_domain.c
+++ b/drivers/gpu/nvgpu/clk/clk_domain.c
@@ -31,7 +31,8 @@ static u32 devinit_get_clocks_table(struct gk20a *g,
31static u32 clk_domain_pmudatainit_super(struct gk20a *g, struct boardobj 31static u32 clk_domain_pmudatainit_super(struct gk20a *g, struct boardobj
32 *board_obj_ptr, struct nv_pmu_boardobj *ppmudata); 32 *board_obj_ptr, struct nv_pmu_boardobj *ppmudata);
33 33
34const struct vbios_clocks_table_1x_hal_clock_entry vbiosclktbl1xhalentry[] = { 34static const struct vbios_clocks_table_1x_hal_clock_entry
35 vbiosclktbl1xhalentry[] = {
35 { clkwhich_gpc2clk, true, }, 36 { clkwhich_gpc2clk, true, },
36 { clkwhich_xbar2clk, true, }, 37 { clkwhich_xbar2clk, true, },
37 { clkwhich_mclk, false, }, 38 { clkwhich_mclk, false, },