blob: 258f6122af4a3a9920889457066065e41a496942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Index: linux-2.6.16.5-ezx/arch/arm/mach-pxa/ezx.c
===================================================================
--- linux-2.6.16.5-ezx.orig/arch/arm/mach-pxa/ezx.c 2006-04-17 14:04:32.000000000 -0300
+++ linux-2.6.16.5-ezx/arch/arm/mach-pxa/ezx.c 2006-04-21 17:12:41.000000000 -0300
@@ -549,9 +549,9 @@
ssp_pcap_init();
/* try to configure USB connector as FFUART */
- //emu_switch_to(EMU_SWITCH_TO_UART);
+ emu_switch_to(EMU_SWITCH_TO_UART);
/* switch on VUSB */
- //SSP_PCAP_bit_set(SSP_PCAP_ADJ_BIT_BUSCTRL_VUSB_MSTR_EN);
+ SSP_PCAP_bit_set(SSP_PCAP_ADJ_BIT_BUSCTRL_VUSB_MSTR_EN);
#if 0
FFLCR = 0x83;
FFDLL = 0x08;
|