mt6622: add rts control for hwflow

This commit is contained in:
hwg
2013-06-18 20:20:19 +08:00
parent 8f546c3213
commit e64a3185cd
2 changed files with 22 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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 = {