diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2009-08-26 10:33:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-06 15:57:27 -0400 |
commit | 8c3cbd5a2b2cc244277f6089dae83f09f1e7a27b (patch) | |
tree | d2f30645dc64555222e48df89f997bb182241465 /arch/arm/mach-at91 | |
parent | d656f07a7405e788e1275d0238b67f593615f2bb (diff) |
ARM: 5686/1: at91: Correct AC97 reset line in at91sam9263ek board
Board code was wrongly setting up the reset pin for AC97 on at91sam9263ek.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/board-sam9263ek.c | 2 |
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 3b669b78e45b..1bf7bd4cbe13 100644 --- a/arch/arm/mach-at91/board-sam9263ek.c +++ b/arch/arm/mach-at91/board-sam9263ek.c | |||
@@ -364,9 +364,9 @@ static void __init ek_add_device_buttons(void) {} | |||
364 | 364 | ||
365 | /* | 365 | /* |
366 | * AC97 | 366 | * AC97 |
367 | * reset_pin is not connected: NRST | ||
367 | */ | 368 | */ |
368 | static struct ac97c_platform_data ek_ac97_data = { | 369 | static struct ac97c_platform_data ek_ac97_data = { |
369 | .reset_pin = AT91_PIN_PA13, | ||
370 | }; | 370 | }; |
371 | 371 | ||
372 | 372 | ||