diff mbox

[U-Boot,v3,2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

Message ID 1340868250-19554-3-git-send-email-voice.shen@atmel.com
State Accepted, archived
Delegated to: Andreas Bießmann
Headers show

Commit Message

Bo Shen June 28, 2012, 7:24 a.m. UTC
Enable EHCI support instead OHCI

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 include/configs/at91sam9m10g45ek.h |   20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

Comments

Andreas Bießmann June 28, 2012, 7:40 a.m. UTC | #1
Dear Bo Shen,

On 28.06.2012 09:24, Bo Shen wrote:
> Enable EHCI support instead OHCI
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>

I've already acked the v2. Will pick this one ASAP and push to u-boot-atmel.

Best regards

Andreas Bießmann
Bo Shen June 28, 2012, 7:57 a.m. UTC | #2
Hi Andreas,

On 6/28/2012 15:40, Andreas Bießmann wrote:
> Dear Bo Shen,
>
> On 28.06.2012 09:24, Bo Shen wrote:
>> Enable EHCI support instead OHCI
>>
>> Signed-off-by: Bo Shen <voice.shen@atmel.com>
>
> I've already acked the v2. Will pick this one ASAP and push to u-boot-atmel.

OK!
Thanks.

>
> Best regards
>
> Andreas Bießmann
>
Bo Shen June 28, 2012, 8:01 a.m. UTC | #3
On 6/28/2012 15:40, Andreas Bießmann wrote:
> Dear Bo Shen,
>
> On 28.06.2012 09:24, Bo Shen wrote:
>> Enable EHCI support instead OHCI
>>
>> Signed-off-by: Bo Shen <voice.shen@atmel.com>
>
> I've already acked the v2. Will pick this one ASAP and push to u-boot-atmel.

OK.
Thanks

I resend the EHCI driver separately to Marex.

>
> Best regards
>
> Andreas Bießmann
>
Andreas Bießmann June 28, 2012, 12:14 p.m. UTC | #4
Dear Bo Shen,

On 28.06.2012 09:24, Bo Shen wrote:
> Enable EHCI support instead OHCI
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> ---
>  include/configs/at91sam9m10g45ek.h |   20 +++-----------------
>  1 file changed, 3 insertions(+), 17 deletions(-)

applied to u-boot-atmel/master, thanks!

Best regards

Andreas Bießmann
diff mbox

Patch

diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
index f8b3095..1d5fc8f 100644
--- a/include/configs/at91sam9m10g45ek.h
+++ b/include/configs/at91sam9m10g45ek.h
@@ -59,17 +59,6 @@ 
 #define CONFIG_USART_BASE		ATMEL_BASE_DBGU
 #define	CONFIG_USART_ID			ATMEL_ID_SYS
 
-/*
- * This needs to be defined for the OHCI code to work but it is defined as
- * ATMEL_ID_UHPHS in the CPU specific header files.
- */
-#define ATMEL_ID_UHP		ATMEL_ID_UHPHS
-
-/*
- * Specify the clock enable bit in the PMC_SCER register.
- */
-#define ATMEL_PMC_UHP		AT91SAM926x_PMC_UHP
-
 /* LCD */
 #define CONFIG_LCD
 #define LCD_BPP				LCD_COLOR8
@@ -147,13 +136,10 @@ 
 #define CONFIG_RESET_PHY_R
 
 /* USB */
-#define CONFIG_USB_ATMEL
-#define CONFIG_USB_OHCI_NEW
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_ATMEL
+#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS	2
 #define CONFIG_DOS_PARTITION
-#define CONFIG_SYS_USB_OHCI_CPU_INIT
-#define CONFIG_SYS_USB_OHCI_REGS_BASE	ATMEL_BASE_HCI
-#define CONFIG_SYS_USB_OHCI_SLOT_NAME	"at91sam9g45"
-#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	2
 #define CONFIG_USB_STORAGE
 
 #define CONFIG_SYS_LOAD_ADDR		0x22000000	/* load address */