diff --git a/[refs] b/[refs] index 143570caf8b0..66fa57b27e0f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74c807ce3d1f092fc5138c5a54019553061ecc17 +refs/heads/master: 7a56aa45982bb87bfca98a2832b5ae782c03364a diff --git a/trunk/drivers/serial/8250.c b/trunk/drivers/serial/8250.c index 09ef57034c9c..bc8ed4be9073 100644 --- a/trunk/drivers/serial/8250.c +++ b/trunk/drivers/serial/8250.c @@ -241,7 +241,7 @@ static const struct serial8250_config uart_config[] = { .fifo_size = 128, .tx_loadsz = 128, .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, - .flags = UART_CAP_FIFO, + .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP, }, [PORT_16654] = { .name = "ST16654",