Skip to content

Commit

Permalink
pinctrl/sirf: fix pin number typo for SPI1
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Barry Song authored and Linus Walleij committed Dec 2, 2011
1 parent caca6a0 commit f59d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinmux-sirf.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static const struct sirfsoc_padmux spi1_padmux = {
.funcval = BIT(8),
};

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

static const struct sirfsoc_muxmask sdmmc1_muxmask[] = {
{
Expand Down

0 comments on commit f59d28d

Please sign in to comment.