Skip to content

Commit

Permalink
pinctrl: sirf: correct the pin index of ac97_pins group
Browse files Browse the repository at this point in the history
according to datasheet and ac97_muxmask assignment, ac97_pins should be
corrected.

Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Qipan Li authored and Linus Walleij committed Feb 3, 2014
1 parent e3365d0 commit fa74d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/sirf/pinctrl-prima2.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static const struct sirfsoc_padmux ac97_padmux = {
.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[] = {
{
Expand Down

0 comments on commit fa74d0d

Please sign in to comment.