Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298702
b: refs/heads/master
c: a297068
h: refs/heads/master
v: v3
  • Loading branch information
Russ Dill authored and Tony Lindgren committed Apr 3, 2012
1 parent e49705d commit 3ded126
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 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: a0dbf2a726e5387251a567c8531d9fd3e34d2dfb
refs/heads/master: a297068c1fa529c350e7923b85372ca3b38dcdc5
9 changes: 0 additions & 9 deletions trunk/arch/arm/mach-omap2/board-omap3evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ static struct omap_smsc911x_platform_data smsc911x_cfg = {

static inline void __init omap3evm_init_smsc911x(void)
{
struct clk *l3ck;
unsigned int rate;

l3ck = clk_get(NULL, "l3_ck");
if (IS_ERR(l3ck))
rate = 100000000;
else
rate = clk_get_rate(l3ck);

/* Configure ethernet controller reset gpio */
if (cpu_is_omap3430()) {
if (get_omap3_evm_rev() == OMAP3EVM_BOARD_GEN_1)
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/arm/mach-omap2/board-omap3stalker.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ static struct omap_smsc911x_platform_data smsc911x_cfg = {

static inline void __init omap3stalker_init_eth(void)
{
struct clk *l3ck;
unsigned int rate;

l3ck = clk_get(NULL, "l3_ck");
if (IS_ERR(l3ck))
rate = 100000000;
else
rate = clk_get_rate(l3ck);

omap_mux_init_gpio(19, OMAP_PIN_INPUT_PULLUP);
gpmc_smsc911x_init(&smsc911x_cfg);
}
Expand Down

0 comments on commit 3ded126

Please sign in to comment.