[U-Boot] [PATCH] powerpc/85xx: Add USB device-tree fixup for various platforms

Andy Fleming afleming at gmail.com
Wed Apr 18 22:47:07 CEST 2012


On Mon, Mar 26, 2012 at 9:15 AM, Ramneek Mehresh
<ramneek.mehresh at freescale.com> wrote:
> Add USB device-tree fixup for following platforms:
> MPC8536DS, P1022DS, P1023RDS, P2020COME, P2020DS, P2041RDB, P3060QDS
>
> Signed-off-by: Ramneek Mehresh <ramneek.mehresh at freescale.com>
> ---
> diff --git a/board/freescale/p2020come/p2020come.c b/board/freescale/p2020come/p2020come.c
> index 8cf7bee..ce78016 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,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
> +
>        fdt_fixup_dr_usb(blob, bd);


Umm.... I don't think this is right. :)


More information about the U-Boot mailing list