t210: do not enable PLLE and UPHY PLL HW PWRSEQ
[oweals/u-boot.git] / arch / arm / mach-tegra / board2.c
index d3497a2673e5588faf624df0bf04fdc43cf755d2..787ff974203605ec117d54560869117fb02e090c 100644 (file)
@@ -181,6 +181,12 @@ int board_init(void)
        return nvidia_board_init();
 }
 
+void board_cleanup_before_linux(void)
+{
+       /* power down UPHY PLL */
+       tegra_xusb_padctl_exit();
+}
+
 #ifdef CONFIG_BOARD_EARLY_INIT_F
 static void __gpio_early_init(void)
 {