]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-exynos/power.c
arm: dts: am4372: add qspi register maps for memory map
[u-boot] / arch / arm / mach-exynos / power.c
index 1b12051656e26405667e21aa65e499a559eba23c..cd2d6618ac89b74a15aec2748aa6c6fe40f1af9a 100644 (file)
@@ -125,7 +125,7 @@ static void exynos5420_set_usbdev_phy_ctrl(unsigned int enable)
 void set_usbdrd_phy_ctrl(unsigned int enable)
 {
        if (cpu_is_exynos5()) {
-               if (proid_is_exynos5420() || proid_is_exynos5800())
+               if (proid_is_exynos5420() || proid_is_exynos5422())
                        exynos5420_set_usbdev_phy_ctrl(enable);
                else
                        exynos5_set_usbdrd_phy_ctrl(enable);