]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-exynos/power.c
mx6: Support SKS-Kinkel sksimx6 Board
[u-boot] / arch / arm / mach-exynos / power.c
index cd2d6618ac89b74a15aec2748aa6c6fe40f1af9a..c923460275ec70cc93d80c1ebcab97a9365fe848 100644 (file)
@@ -147,7 +147,7 @@ static void exynos5_dp_phy_control(unsigned int enable)
        writel(cfg, &power->dptx_phy_control);
 }
 
-void set_dp_phy_ctrl(unsigned int enable)
+void exynos_dp_phy_ctrl(unsigned int enable)
 {
        if (cpu_is_exynos5())
                exynos5_dp_phy_control(enable);