diff options
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 | { |