see in linux kernel
http://lxr.free-electrons.com/source/arch/arm/include/asm/termbits.h?v=3.0;a=arm
under /* c_cflag bit meaning */ i dont see entry for 28,800 baud rate.
where http://www.makelinux.net/ti/docs/OMAP4430/doc-4366 this says uart of omap4 support 28800 baud rate.
1> then why 28800 is not included in linux kernel's c_cflag mapping?
2> http://www.makelinux.net/ti/docs/OMAP4430/doc-4366 here for 28,800 divisor said as 704 but my understanding says it is 104 so is it correct or typo?
3> Is there any way to set 28800 baud for any uart port using omapconf?