Skip to content

Commit fa74d0d

Browse files
Qipan Lilinusw
authored andcommitted
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: Qipan Li <[email protected]> Signed-off-by: Barry Song <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent e3365d0 commit fa74d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/sirf/pinctrl-prima2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ static const struct sirfsoc_padmux ac97_padmux = {
413413
.funcval = 0,
414414
};
415415

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

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

0 commit comments

Comments
 (0)