Skip to content

Commit 5d99613

Browse files
andy-shevLinus Walleij
authored andcommitted
pinctrl: intel: merrifield: Correct UART pin lists
UART pin lists consist GPIO numbers which is simply wrong. Replace it by pin numbers. Fixes: 4e80c8f ("pinctrl: intel: Add Intel Merrifield pin controller support") Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Mika Westerberg <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 6b67c39 commit 5d99613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/pinctrl/intel/pinctrl-merrifield.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ static const struct pinctrl_pin_desc mrfld_pins[] = {
343343

344344
static const unsigned int mrfld_sdio_pins[] = { 50, 51, 52, 53, 54, 55, 56 };
345345
static const unsigned int mrfld_spi5_pins[] = { 90, 91, 92, 93, 94, 95, 96 };
346-
static const unsigned int mrfld_uart0_pins[] = { 124, 125, 126, 127 };
347-
static const unsigned int mrfld_uart1_pins[] = { 128, 129, 130, 131 };
348-
static const unsigned int mrfld_uart2_pins[] = { 132, 133, 134, 135 };
346+
static const unsigned int mrfld_uart0_pins[] = { 115, 116, 117, 118 };
347+
static const unsigned int mrfld_uart1_pins[] = { 119, 120, 121, 122 };
348+
static const unsigned int mrfld_uart2_pins[] = { 123, 124, 125, 126 };
349349
static const unsigned int mrfld_pwm0_pins[] = { 144 };
350350
static const unsigned int mrfld_pwm1_pins[] = { 145 };
351351
static const unsigned int mrfld_pwm2_pins[] = { 132 };

0 commit comments

Comments
 (0)