Commit 5e16e3cb authored by Eric Miao's avatar Eric Miao

[ARM] pxa: fix incorrect order of AC97 reset pin configs

Reported-by: default avatarDylan Cristiani <d.cristiani@idem-tech.it>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent d344a21a
......@@ -41,10 +41,10 @@ void pxa27x_clear_otgph(void)
EXPORT_SYMBOL(pxa27x_clear_otgph);
static unsigned long ac97_reset_config[] = {
GPIO95_AC97_nRESET,
GPIO95_GPIO,
GPIO113_AC97_nRESET,
GPIO113_GPIO,
GPIO113_AC97_nRESET,
GPIO95_GPIO,
GPIO95_AC97_nRESET,
};
void pxa27x_assert_ac97reset(int reset_gpio, int on)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment