Commit f59d28dc authored by Barry Song's avatar Barry Song Committed by Linus Walleij

pinctrl/sirf: fix pin number typo for SPI1

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent caca6a03
...@@ -463,7 +463,7 @@ static const struct sirfsoc_padmux spi1_padmux = { ...@@ -463,7 +463,7 @@ static const struct sirfsoc_padmux spi1_padmux = {
.funcval = BIT(8), .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[] = { static const struct sirfsoc_muxmask sdmmc1_muxmask[] = {
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment