Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303019
b: refs/heads/master
c: 8291113
h: refs/heads/master
i:
  303017: 4b28c26
  303015: ec797c1
v: v3
  • Loading branch information
Paul Walmsley committed Apr 19, 2012
1 parent 477ca99 commit b56a7d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4308570581cbfeea4984a7bb33932e073a69cab1
refs/heads/master: 8291113f820afac948a8d256294379e1e87c6b02
30 changes: 0 additions & 30 deletions trunk/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,33 +823,6 @@ static struct omap_hwmod omap44xx_aess_hwmod = {
.masters_cnt = ARRAY_SIZE(omap44xx_aess_masters),
};

/*
* 'bandgap' class
* bangap reference for ldo regulators
*/

static struct omap_hwmod_class omap44xx_bandgap_hwmod_class = {
.name = "bandgap",
};

/* bandgap */
static struct omap_hwmod_opt_clk bandgap_opt_clks[] = {
{ .role = "fclk", .clk = "bandgap_fclk" },
};

static struct omap_hwmod omap44xx_bandgap_hwmod = {
.name = "bandgap",
.class = &omap44xx_bandgap_hwmod_class,
.clkdm_name = "l4_wkup_clkdm",
.prcm = {
.omap4 = {
.clkctrl_offs = OMAP4_CM_WKUP_BANDGAP_CLKCTRL_OFFSET,
},
},
.opt_clks = bandgap_opt_clks,
.opt_clks_cnt = ARRAY_SIZE(bandgap_opt_clks),
};

/*
* 'counter' class
* 32-bit ordinary counter, clocked by the falling edge of the 32 khz clock
Expand Down Expand Up @@ -5467,9 +5440,6 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
/* aess class */
/* &omap44xx_aess_hwmod, */

/* bandgap class */
&omap44xx_bandgap_hwmod,

/* counter class */
/* &omap44xx_counter_32k_hwmod, */

Expand Down

0 comments on commit b56a7d1

Please sign in to comment.