diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-28 18:02:38 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 18:02:40 +0200 |
commit | e80d76f84660268859ab82e82fd78c1ce8439323 (patch) | |
tree | ee7aeb3bc3ff31c2f5d7d1c88833b2424f41ff23 /arch/arm/mach-mxs/mach-mx28evk.c | |
parent | ARM: mxs: request clock for timer (diff) | |
download | linux-e80d76f84660268859ab82e82fd78c1ce8439323.tar.xz linux-e80d76f84660268859ab82e82fd78c1ce8439323.zip |
ARM: mxs: change the lookup name for fec phy clock
Change the fec phy clock lookup name to be more accurate.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/mach-mx28evk.c')
-rw-r--r-- | arch/arm/mach-mxs/mach-mx28evk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-mx28evk.c b/arch/arm/mach-mxs/mach-mx28evk.c index e386c142f93c..95969407413d 100644 --- a/arch/arm/mach-mxs/mach-mx28evk.c +++ b/arch/arm/mach-mxs/mach-mx28evk.c @@ -226,7 +226,7 @@ static void __init mx28evk_fec_reset(void) struct clk *clk; /* Enable fec phy clock */ - clk = clk_get_sys("pll2", NULL); + clk = clk_get_sys("enet_out", NULL); if (!IS_ERR(clk)) clk_prepare_enable(clk); |