forked from Minki/linux
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>
This commit is contained in:
parent
caca6a03d3
commit
f59d28dc00
@ -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[] = {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user