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
1 changed files with 1 additions and 1 deletions
|
@ -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[] = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue