]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p2020ds/p2020ds.c
powerpc/85xx: Add USB device-tree fixup for various platforms
[u-boot] / board / freescale / p2020ds / p2020ds.c
index e8d31a4acf34dae937a29ce693c61884f56570b5..3188f59e4b670752356a37ecd60e24ebbdfd5c3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2011 Freescale Semiconductor, Inc.
+ * Copyright 2007-2012 Freescale Semiconductor, Inc.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -257,6 +257,10 @@ void ft_board_setup(void *blob, bd_t *bd)
 
        fdt_fixup_memory(blob, (u64)base, (u64)size);
 
+#ifdef CONFIG_HAS_FSL_DR_USB
+       fdt_fixup_dr_usb(blob, bd);
+#endif
+
        FT_FSL_PCI_SETUP;
 
 #ifdef CONFIG_FSL_SGMII_RISER