[PATCH] powerpc/85xx: Fix USB GPIOs for MPC8569E-MDS boards

View: New views
2 Messages — Rating Filter:   Alert me  

[PATCH] powerpc/85xx: Fix USB GPIOs for MPC8569E-MDS boards

by Anton Vorontsov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This patch fixes USB GPIOs numbers for MPC8569E-MDS boards, plus
according to the latest HW Getting Started Guide (rev 3.3, pilot
boards), USB "POWER" GPIO polarity has changed, it is no longer
inverted.

This patch makes USB Host somewhat work on pilot boards, though
there are still some problems with determining devices speed and
long bulk transfers.

Reported-by: Liu Yu <Yu.Liu@...>
Signed-off-by: Anton Vorontsov <avorontsov@...>
---
 arch/powerpc/boot/dts/mpc8569mds.dts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts
index 06332d6..1e3ec8f 100644
--- a/arch/powerpc/boot/dts/mpc8569mds.dts
+++ b/arch/powerpc/boot/dts/mpc8569mds.dts
@@ -487,8 +487,8 @@
  &qe_pio_f 5 0   /* USBTN */
  &qe_pio_f 6 0   /* USBRP */
  &qe_pio_f 8 0   /* USBRN */
- &bcsr17   6 0   /* SPEED */
- &bcsr17   5 1>; /* POWER */
+ &bcsr17   1 0   /* SPEED */
+ &bcsr17   2 0>; /* POWER */
  };
 
  enet0: ucc@2000 {
--
1.6.3.3
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@...
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] powerpc/85xx: Fix USB GPIOs for MPC8569E-MDS boards

by Kumar Gala-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Oct 16, 2009, at 11:50 AM, Anton Vorontsov wrote:

> This patch fixes USB GPIOs numbers for MPC8569E-MDS boards, plus
> according to the latest HW Getting Started Guide (rev 3.3, pilot
> boards), USB "POWER" GPIO polarity has changed, it is no longer
> inverted.
>
> This patch makes USB Host somewhat work on pilot boards, though
> there are still some problems with determining devices speed and
> long bulk transfers.
>
> Reported-by: Liu Yu <Yu.Liu@...>
> Signed-off-by: Anton Vorontsov <avorontsov@...>
> ---
> arch/powerpc/boot/dts/mpc8569mds.dts |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)

applied to merge

- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@...
https://lists.ozlabs.org/listinfo/linuxppc-dev