Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c3cbd5a authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Russell King
Browse files

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: default avatarAndrew Victor <linux@maxim.org.za>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d656f07a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};