drivers: serial: uart_miv: Convert to use DTS
Update the uart_miv driver to get params like name, addr, baud-rate, clock freq from DTS generated defines. Fixup related board and soc code as needed. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
11cb8778c7
commit
751b02a49c
5 changed files with 4 additions and 33 deletions
|
@ -16,25 +16,3 @@ menuconfig UART_MIV_PORT_0
|
|||
help
|
||||
This tells the driver to configure the UART port at boot, depending on
|
||||
the additional configuration options below.
|
||||
|
||||
config UART_MIV_PORT_0_NAME
|
||||
string "Port 0 Device Name"
|
||||
default "uart0"
|
||||
depends on UART_MIV_PORT_0
|
||||
help
|
||||
This is the device name for UART, and is included in the device
|
||||
struct.
|
||||
|
||||
config UART_MIV_PORT_0_BAUD_RATE
|
||||
int "Port 0 Baud Rate"
|
||||
default 0
|
||||
depends on UART_MIV_PORT_0
|
||||
help
|
||||
The baud rate for UART port to be set to at boot.
|
||||
|
||||
config UART_MIV_PORT_0_IRQ_PRIORITY
|
||||
int "Port 0 Interrupt Priority"
|
||||
default 1
|
||||
depends on UART_MIV_PORT_0
|
||||
help
|
||||
Port 0 Interrupt Priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue