diff options
Diffstat (limited to 'arch/arm/mach-pxa/e750.c')
-rw-r--r-- | arch/arm/mach-pxa/e750.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e750.c b/arch/arm/mach-pxa/e750.c index 4052ece3ef49..af83caa52dd4 100644 --- a/arch/arm/mach-pxa/e750.c +++ b/arch/arm/mach-pxa/e750.c | |||
@@ -132,6 +132,12 @@ static unsigned long e750_pin_config[] __initdata = { | |||
132 | /* IrDA */ | 132 | /* IrDA */ |
133 | GPIO38_GPIO | MFP_LPM_DRIVE_HIGH, | 133 | GPIO38_GPIO | MFP_LPM_DRIVE_HIGH, |
134 | 134 | ||
135 | /* AC97 */ | ||
136 | GPIO28_AC97_BITCLK, | ||
137 | GPIO29_AC97_SDATA_IN_0, | ||
138 | GPIO30_AC97_SDATA_OUT, | ||
139 | GPIO31_AC97_SYNC, | ||
140 | |||
135 | /* Audio power control */ | 141 | /* Audio power control */ |
136 | GPIO4_GPIO, /* Headphone amp power */ | 142 | GPIO4_GPIO, /* Headphone amp power */ |
137 | GPIO7_GPIO, /* Speaker amp power */ | 143 | GPIO7_GPIO, /* Speaker amp power */ |
@@ -194,6 +200,9 @@ static struct platform_device *devices[] __initdata = { | |||
194 | static void __init e750_init(void) | 200 | static void __init e750_init(void) |
195 | { | 201 | { |
196 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e750_pin_config)); | 202 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e750_pin_config)); |
203 | pxa_set_ffuart_info(NULL); | ||
204 | pxa_set_btuart_info(NULL); | ||
205 | pxa_set_stuart_info(NULL); | ||
197 | clk_add_alias("CLK_CK3P6MI", e750_tc6393xb_device.name, | 206 | clk_add_alias("CLK_CK3P6MI", e750_tc6393xb_device.name, |
198 | "GPIO11_CLK", NULL), | 207 | "GPIO11_CLK", NULL), |
199 | eseries_get_tmio_gpios(); | 208 | eseries_get_tmio_gpios(); |