Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231363
b: refs/heads/master
c: b2878fa
h: refs/heads/master
i:
  231361: f47f0c9
  231359: 7e5f484
v: v3
  • Loading branch information
Shawn Guo authored and Sascha Hauer committed Jan 11, 2011
1 parent c75bd59 commit 8e350ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 92cb33f188e192c3803d6d430ea61151da3e026e
refs/heads/master: b2878fa41be8b57fc58f8b53eb0d0183511ef548
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-mxs/clock-mx28.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ _DEFINE_CLOCK(fec_clk, ENET, DISABLE, &hbus_clk);

static struct clk_lookup lookups[] = {
_REGISTER_CLOCK("mxs-duart.0", NULL, uart_clk)
_REGISTER_CLOCK("imx28-fec.0", NULL, fec_clk)
_REGISTER_CLOCK("imx28-fec.1", NULL, fec_clk)
_REGISTER_CLOCK("fec.0", NULL, fec_clk)
_REGISTER_CLOCK("rtc", NULL, rtc_clk)
_REGISTER_CLOCK("pll2", NULL, pll2_clk)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mxs/devices/platform-fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ struct platform_device *__init mxs_add_fec(
},
};

return mxs_add_platform_device("fec", data->id,
return mxs_add_platform_device("imx28-fec", data->id,
res, ARRAY_SIZE(res), pdata, sizeof(*pdata));
}

0 comments on commit 8e350ee

Please sign in to comment.