Merge "serial: msm_serial_hs: Optimize the total tty port support"

This commit is contained in:
Linux Build Service Account 2017-07-14 17:59:51 -07:00 committed by Gerrit - the friendly Code Review server
commit 6c18a826c7

View file

@ -272,7 +272,7 @@ static struct of_device_id msm_hs_match_table[] = {
#define UARTDM_TX_BUF_SIZE UART_XMIT_SIZE #define UARTDM_TX_BUF_SIZE UART_XMIT_SIZE
#define UARTDM_RX_BUF_SIZE 512 #define UARTDM_RX_BUF_SIZE 512
#define RETRY_TIMEOUT 5 #define RETRY_TIMEOUT 5
#define UARTDM_NR 256 #define UARTDM_NR 4
#define BAM_PIPE_MIN 0 #define BAM_PIPE_MIN 0
#define BAM_PIPE_MAX 11 #define BAM_PIPE_MAX 11
#define BUS_SCALING 1 #define BUS_SCALING 1