Hi all,
we are using a kernel from dvsdk 4.02 in version 2.6.32 on our custom board. Now we need to enable flow control on uart1, but I'm not sure how to correctly do that. I have found this howto http://processors.wiki.ti.com/index.php/Enabling_UART1_on_AM18X/DA850/OMAP-L138_running_Linux but it is related to a different processor (but with the same uart core). Can this patch be used to enable flow control also on dm365?
Is the following bug presented also on the dm365
if (cpu_is_davinci_da850())
up->bugs |= UART_BUG_NOMSR;
best regards
Jan