Anton Vorontsov wrote:
> Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
> MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
> (connected to the four-ports hub, usb host only).
> 
> This patch implements support for passing Dual-Role USB controller's
> device tree property phy_type through the usb_phy_type environment
> variable.
> 
> Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
> ---
>  common/fdt_support.c |   30 +++++++++++++++++++++++-------
>  1 files changed, 23 insertions(+), 7 deletions(-)
> 
> diff --git a/common/fdt_support.c b/common/fdt_support.c
> index 3828228..24bbed0 100644
> --- a/common/fdt_support.c
> +++ b/common/fdt_support.c

Hi Anton, Kim,

This looks good to me.

Anton, I presume this is additional functionality for the next window,
not a bug fix for the current (closed) window?

Kim, would you like to apply this as well as [PATCH 2/2] through the
83xx repository so the two halves go in at the same time?

Acked-by: Gerald Van Baren <[EMAIL PROTECTED]>

Thanks,
gvb


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to