This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ns16550 driver clock

Guru 20755 points

Hello,

When using multiple serials in the OMAP L-138 EVM, in u-boot, I have confusion as to the following definition in da850evm.h:

 70 #define CONFIG_SYS_NS16550_CLK  clk_get(DAVINCI_UART2_CLKID)

the same clock will be used for all UART'S so why should it depend on UART2 only (UART2 is the console) ?

Regards,

Ran