Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303033
b: refs/heads/master
c: f42c549
h: refs/heads/master
i:
  303031: 8a78572
v: v3
  • Loading branch information
Paul Walmsley committed Apr 19, 2012
1 parent a3e33f6 commit d830f47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 064931abb5cf173913edd54575f208bd7a41f4a7
refs/heads/master: f42c54968f2e02a7f4816051557f79d847b39f6e
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,19 @@ static struct omap_hwmod omap3xxx_mpu_hwmod = {
};

/* IVA2 (IVA2) */
static struct omap_hwmod_rst_info omap3xxx_iva_resets[] = {
{ .name = "logic", .rst_shift = 0 },
{ .name = "seq0", .rst_shift = 1 },
{ .name = "seq1", .rst_shift = 2 },
};

static struct omap_hwmod omap3xxx_iva_hwmod = {
.name = "iva",
.class = &iva_hwmod_class,
.clkdm_name = "iva2_clkdm",
.rst_lines = omap3xxx_iva_resets,
.rst_lines_cnt = ARRAY_SIZE(omap3xxx_iva_resets),
.main_clk = "iva2_ck",
};

/* timer class */
Expand Down

0 comments on commit d830f47

Please sign in to comment.