diff options
author | Barry Song <Baohua.Song@csr.com> | 2011-12-02 10:32:15 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-12-02 11:19:15 +0100 |
commit | f59d28dc00ae3f1a76b442dcd0a52d8708c577cc (patch) | |
tree | 2112af42f3f9ec939a2df0269fe41f77df24e951 /drivers/pinctrl | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) | |
download | blackbird-op-linux-f59d28dc00ae3f1a76b442dcd0a52d8708c577cc.tar.gz blackbird-op-linux-f59d28dc00ae3f1a76b442dcd0a52d8708c577cc.zip |
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 = { .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[] = { { |