aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9263ek.c
diff options
context:
space:
mode:
authorsedji gaouaou <sedji.gaouaou@atmel.com>2009-08-06 10:20:22 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-09-06 15:57:26 -0400
commitd656f07a7405e788e1275d0238b67f593615f2bb (patch)
tree0f68594dfb6258e2180f9cfba0b92ad00557cc18 /arch/arm/mach-at91/board-sam9263ek.c
parent0c30df6fe0bd1e3845357e793dc1bfd908751c45 (diff)
ARM: 5640/1: This patch modifies the support of AC97 on the at91sam9263 ek board
This patch modifies the support of AC97 on the at91sam9263 ek board, so it would share the code with AVR32. Plus it removes a typo in at91sam9263_devices.c. Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/board-sam9263ek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9263ek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-sam9263ek.c b/arch/arm/mach-at91/board-sam9263ek.c
index 57d52528f224..3b669b78e45b 100644
--- a/arch/arm/mach-at91/board-sam9263ek.c
+++ b/arch/arm/mach-at91/board-sam9263ek.c
@@ -365,7 +365,7 @@ static void __init ek_add_device_buttons(void) {}
365/* 365/*
366 * AC97 366 * AC97
367 */ 367 */
368static struct atmel_ac97_data ek_ac97_data = { 368static struct ac97c_platform_data ek_ac97_data = {
369 .reset_pin = AT91_PIN_PA13, 369 .reset_pin = AT91_PIN_PA13,
370}; 370};
371 371