]> 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 e386c142f93c3f48286b5266e48fd56af788b63b..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);
 
@@ -413,6 +413,8 @@ static void __init mx28evk_init(void)
 {
        int ret;
 
+       mx28_soc_init();
+
        mxs_iomux_setup_multiple_pads(mx28evk_pads, ARRAY_SIZE(mx28evk_pads));
 
        mx28_add_duart();