Re: [U-Boot-Users] [PATCH 1/2] fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

2008-08-18 Thread Wolfgang Denk
Dear Kim Phillips, In message [EMAIL PROTECTED] you wrote: On Tue, 08 Jul 2008 20:49:21 -0400 Jerry Van Baren [EMAIL PROTECTED] wrote: Hi Jerry, 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? with this:

Re: [U-Boot-Users] [PATCH 1/2] fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

2008-07-09 Thread Anton Vorontsov
On Tue, Jul 08, 2008 at 08:38:37PM -0400, Jerry Van Baren wrote: 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

[U-Boot-Users] [PATCH 1/2] fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

2008-07-08 Thread Anton Vorontsov
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