* Map ISP1362 USB OTG controller for NSCU board
[platform/kernel/u-boot.git] / board / tqm8xx / tqm8xx.c
index 0500482..f9b04f8 100644 (file)
@@ -363,7 +363,13 @@ long int initdram (int board_type)
        memctl->memc_mcr = 0x011C | UPMB;
 #endif                                                 /* CONFIG_CAN_DRIVER */
 
-
+#ifdef CONFIG_ISP1362_USB
+       /* Initialize OR5 / BR5 */
+       memctl->memc_or5 = CFG_OR5_ISP1362;
+       memctl->memc_br5 = CFG_BR5_ISP1362;
+#endif                                                 /* CONFIG_ISP1362_USB */
+           
+           
        return (size_b0 + size_b1);
 }