diff options
author | Barry Song <Baohua.Song@csr.com> | 2011-12-01 21:32:15 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-12-02 05:19:15 -0500 |
commit | f59d28dc00ae3f1a76b442dcd0a52d8708c577cc (patch) | |
tree | 2112af42f3f9ec939a2df0269fe41f77df24e951 /drivers/pinctrl | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
pinctrl/sirf: fix pin number typo for SPI1
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinmux-sirf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinmux-sirf.c b/drivers/pinctrl/pinmux-sirf.c index d76cae620956..d848d9764378 100644 --- a/drivers/pinctrl/pinmux-sirf.c +++ b/drivers/pinctrl/pinmux-sirf.c | |||
@@ -463,7 +463,7 @@ static const struct sirfsoc_padmux spi1_padmux = { | |||
463 | .funcval = BIT(8), | 463 | .funcval = BIT(8), |
464 | }; | 464 | }; |
465 | 465 | ||
466 | static const unsigned spi1_pins[] = { 33, 34, 35, 36 }; | 466 | static const unsigned spi1_pins[] = { 43, 44, 45, 46 }; |
467 | 467 | ||
468 | static const struct sirfsoc_muxmask sdmmc1_muxmask[] = { | 468 | static const struct sirfsoc_muxmask sdmmc1_muxmask[] = { |
469 | { | 469 | { |