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

Commit fa74d0d3 authored by Qipan Li's avatar Qipan Li Committed by Linus Walleij
Browse files

pinctrl: sirf: correct the pin index of ac97_pins group



according to datasheet and ac97_muxmask assignment, ac97_pins should be
corrected.

Signed-off-by: default avatarQipan Li <Qipan.Li@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e3365d09
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -413,7 +413,7 @@ static const struct sirfsoc_padmux ac97_padmux = {
	.funcval = 0,
	.funcval = 0,
};
};


static const unsigned ac97_pins[] = { 33, 34, 35, 36 };
static const unsigned ac97_pins[] = { 43, 44, 45, 46 };


static const struct sirfsoc_muxmask spi1_muxmask[] = {
static const struct sirfsoc_muxmask spi1_muxmask[] = {
	{
	{