Thanks Segher.

It was because of the BASE_BAUD value. We are working at 600MHz, not
18.432. After that change, it worked fine.

Thanks
Siva


-----Original Message-----
From: Segher Boessenkool [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 14, 2007 3:00 PM
To: Siva Prasad
Subject: Re: printk/console_init - baud rate setting

> Thanks for your response Segher.

> I already have the command line "console=ttyS0, 115200". Now, how to
> make sure that 115200 setting is calculated properly for the use by
> driver.
>
> In other words, can you kind enough to please let me know how 115200
is
> supported by the driver, based on the clock frequency.

That is solely the driver's own responsibility, you'll have to look
at the source code.  8250 typically just assumes 18.432MHz.


Segher

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to