driver: uart: ns16550: convert custom init options to DTS flow control
The sole purpose of init options has been to enable hardware flow control on NS16750 when asked. Use the proper DTS tags for this. Signed-off-by: Timo Teräs <timo.teras@iki.fi>
This commit is contained in:
parent
dc5ac89ab9
commit
e740818093
8 changed files with 14 additions and 78 deletions
|
@ -232,11 +232,6 @@ struct uart_event {
|
|||
*/
|
||||
typedef void (*uart_callback_t)(struct uart_event *evt, void *user_data);
|
||||
|
||||
/**
|
||||
* @brief Options for @a UART initialization.
|
||||
*/
|
||||
#define UART_OPTION_AFCE 0x01
|
||||
|
||||
/**
|
||||
* @brief UART controller configuration structure
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue