diff options
| author | Nicolas Ferre <[email protected]> | 2009-08-26 15:33:16 +0100 |
|---|---|---|
| committer | Russell King <[email protected]> | 2009-09-06 20:57:27 +0100 |
| commit | 8c3cbd5a2b2cc244277f6089dae83f09f1e7a27b (patch) | |
| tree | d2f30645dc64555222e48df89f997bb182241465 | |
| 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 <[email protected]>
Acked-by: Andrew Victor <[email protected]>
Signed-off-by: Russell King <[email protected]>
| -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) {} /* * AC97 + * reset_pin is not connected: NRST */ static struct ac97c_platform_data ek_ac97_data = { - .reset_pin = AT91_PIN_PA13, }; |