Skip to content

Commit 25999e6

Browse files
author
Tero Kristo
committed
clk: ti: omap5: add IVA subsystem clkctrl data
Add clkctrl data for the IVA subsystem (Image and Video Accelerator.) Signed-off-by: Tero Kristo <[email protected]>
1 parent 2d5f60a commit 25999e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/clk/ti/clk-54xx.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ static const struct omap_clkctrl_reg_data omap5_l4per_clkctrl_regs[] __initconst
286286
{ 0 },
287287
};
288288

289+
static const struct omap_clkctrl_reg_data omap5_iva_clkctrl_regs[] __initconst = {
290+
{ OMAP5_IVA_CLKCTRL, NULL, CLKF_HW_SUP, "dpll_iva_h12x2_ck" },
291+
{ OMAP5_SL2IF_CLKCTRL, NULL, CLKF_HW_SUP, "dpll_iva_h12x2_ck" },
292+
{ 0 },
293+
};
294+
289295
static const char * const omap5_dss_dss_clk_parents[] __initconst = {
290296
"dpll_per_h12x2_ck",
291297
NULL,
@@ -502,6 +508,7 @@ const struct omap_clkctrl_data omap5_clkctrl_data[] __initconst = {
502508
{ 0x4a008d20, omap5_l4cfg_clkctrl_regs },
503509
{ 0x4a008e20, omap5_l3instr_clkctrl_regs },
504510
{ 0x4a009020, omap5_l4per_clkctrl_regs },
511+
{ 0x4a009220, omap5_iva_clkctrl_regs },
505512
{ 0x4a009420, omap5_dss_clkctrl_regs },
506513
{ 0x4a009520, omap5_gpu_clkctrl_regs },
507514
{ 0x4a009620, omap5_l3init_clkctrl_regs },

0 commit comments

Comments
 (0)