diff options
author | ramneek mehresh <ramneek.mehresh@freescale.com> | 2012-04-18 19:39:53 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-07-06 17:03:25 -0500 |
commit | 3d7506fa380c2c3757947871a2ba4bd6401d8387 (patch) | |
tree | 31326bbba80e5f31968fdcb995a24bce0096ed6d /board/freescale/p2020come | |
parent | 558cd995d6d3eaa94fb342d142289a1fa2f76ba3 (diff) |
powerpc/85xx: Add USB device-tree fixup for various platforms
Add USB device-tree fixup for following platforms:
MPC8536DS, P1022DS, P1023RDS, P2020COME, P2020DS, P2041RDB, P3060QDS
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Diffstat (limited to 'board/freescale/p2020come')
-rw-r--r-- | board/freescale/p2020come/p2020come.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/p2020come/p2020come.c b/board/freescale/p2020come/p2020come.c index 8cf7beea72d..ba4ef87255b 100644 --- a/board/freescale/p2020come/p2020come.c +++ b/board/freescale/p2020come/p2020come.c @@ -1,5 +1,5 @@ /* - * Copyright 2009 Freescale Semiconductor, Inc. + * Copyright 2009,2012 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. @@ -282,6 +282,8 @@ 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 } #endif |