Skip to content

Commit df8d3bc

Browse files
committed
mediatek: mt7988: Add uart2_3_lite
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
1 parent 1ebbacb commit df8d3bc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/pinctrl/mediatek/pinctrl-mt7988.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,9 @@ static int mt7988_uart1_1_funcs[] = { 2, 2, 2, 2 };
10521052
static const int mt7988_uart2_3_pins[] = { 58, 59, 60, 61 };
10531053
static int mt7988_uart2_3_funcs[] = { 3, 3, 3, 3 };
10541054

1055+
static const int mt7988_uart2_3_lite_pins[] = { 58, 59 };
1056+
static int mt7988_uart2_3_lite_funcs[] = { 3, 3 };
1057+
10551058
static const int mt7988_uart1_2_pins[] = { 80, 81, 82, 83 };
10561059
static int mt7988_uart1_2_funcs[] = { 1, 1, 1, 1 };
10571060

@@ -1277,6 +1280,8 @@ static const struct group_desc mt7988_groups[] = {
12771280
PINCTRL_PIN_GROUP("tops_jtag0_1", mt7988_tops_jtag0_1),
12781281
/* @GPIO(58,59,60,61) uart2_3 */
12791282
PINCTRL_PIN_GROUP("uart2_3", mt7988_uart2_3),
1283+
/* @GPIO(58,59) uart2_3_lite */
1284+
PINCTRL_PIN_GROUP("uart2_3_lite", mt7988_uart2_3_lite),
12801285
/* @GPIO(58,59,60,61) uart1_1 */
12811286
PINCTRL_PIN_GROUP("uart1_1", mt7988_uart1_1),
12821287
/* @GPIO(58,59,60,61) gbe_led1 */
@@ -1443,6 +1448,7 @@ static const char * const mt7988_uart_groups[] = {
14431448
"uart2_3",
14441449
"uart1_2",
14451450
"uart1_2_lite",
1451+
"uart2_3_lite",
14461452
"tops_uart1_2",
14471453
"net_wo0_uart_txd_1",
14481454
"net_wo1_uart_txd_1",

0 commit comments

Comments
 (0)