uart/ns16550: Use DT_ prefix for remaining device configs
Previous rename from CONFIG_* to DT_* left a few remaining CONFIG_*. So rename them manually now. Fix #13753 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
dd5ff3957c
commit
603f068690
13 changed files with 98 additions and 98 deletions
|
@ -1,10 +1,10 @@
|
|||
/* SoC level DTS fixup file */
|
||||
|
||||
#define DT_UART_NS16550_PORT_0_BASE_ADDR DT_NS16550_80800_BASE_ADDRESS
|
||||
#define CONFIG_UART_NS16550_PORT_0_BAUD_RATE DT_NS16550_80800_CURRENT_SPEED
|
||||
#define CONFIG_UART_NS16550_PORT_0_NAME DT_NS16550_80800_LABEL
|
||||
#define DT_UART_NS16550_PORT_0_BAUD_RATE DT_NS16550_80800_CURRENT_SPEED
|
||||
#define DT_UART_NS16550_PORT_0_NAME DT_NS16550_80800_LABEL
|
||||
#define DT_UART_NS16550_PORT_0_IRQ DT_NS16550_80800_IRQ_0
|
||||
#define CONFIG_UART_NS16550_PORT_0_IRQ_PRI DT_NS16550_80800_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_0_IRQ_PRI DT_NS16550_80800_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_0_IRQ_FLAGS DT_NS16550_80800_IRQ_0_SENSE
|
||||
#define DT_UART_NS16550_PORT_0_CLK_FREQ DT_NS16550_80800_CLOCK_FREQUENCY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue