]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-mxs/mach-mx28evk.c
Merge branch 'samsung/defconfig' into next/defconfig
[~andy/linux] / arch / arm / mach-mxs / mach-mx28evk.c
index da4610ebe9e6deafa4dd6097404c6db14918f960..dafd48e86c8cdabd783f812ac5d0274a9a8cd1b0 100644 (file)
@@ -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);