Skip to content

Commit

Permalink
ARM: 5686/1: at91: Correct AC97 reset line in at91sam9263ek board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Ferre authored and Russell King committed Sep 6, 2009
1 parent d656f07 commit 8c3cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/board-sam9263ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};


Expand Down

0 comments on commit 8c3cbd5

Please sign in to comment.