From f59d28dc00ae3f1a76b442dcd0a52d8708c577cc Mon Sep 17 00:00:00 2001 From: Barry Song Date: Fri, 2 Dec 2011 10:32:15 +0800 Subject: [PATCH] pinctrl/sirf: fix pin number typo for SPI1 Signed-off-by: Barry Song Signed-off-by: Linus Walleij --- drivers/pinctrl/pinmux-sirf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { { -- 2.39.2