mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
mt6622: add rts control for hwflow
This commit is contained in:
@@ -1420,7 +1420,17 @@ static struct mt6622_platform_data mt6622_platdata = {
|
||||
.iomux = {
|
||||
.name = NULL,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
.rts_gpio = { // UART_RTS
|
||||
.io = RK30_PIN1_PA3,
|
||||
.enable = GPIO_LOW,
|
||||
.iomux = {
|
||||
.name = "bt_rts",
|
||||
.fgpio = GPIO1_A3,
|
||||
.fmux = UART0_RTSN,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
static struct platform_device device_mt6622 = {
|
||||
|
||||
@@ -1429,7 +1429,17 @@ static struct mt6622_platform_data mt6622_platdata = {
|
||||
.iomux = {
|
||||
.name = NULL,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
.rts_gpio = { // UART_RTS
|
||||
.io = RK30_PIN1_PA3,
|
||||
.enable = GPIO_LOW,
|
||||
.iomux = {
|
||||
.name = "bt_rts",
|
||||
.fgpio = GPIO1_A3,
|
||||
.fmux = UART0_RTSN,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
static struct platform_device device_mt6622 = {
|
||||
|
||||
Reference in New Issue
Block a user