提交 5e16e3cb 编写于 作者: E Eric Miao

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

Reported-by: NDylan Cristiani <d.cristiani@idem-tech.it>
Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册