Re: [PATCH] serial: 8250_dw: set clock rate

2013-05-09 Thread James Hogan
On 09/05/13 11:29, James Hogan wrote: > If the uart clock provided to the 8250_dw driver is adjustable it may > not be set to the desired rate. Therefore if both a uart clock and a > clock frequency is specified (e.g. via device tree), try and update the > clock to match the frequency. > >

[PATCH] serial: 8250_dw: set clock rate

2013-05-09 Thread James Hogan
If the uart clock provided to the 8250_dw driver is adjustable it may not be set to the desired rate. Therefore if both a uart clock and a clock frequency is specified (e.g. via device tree), try and update the clock to match the frequency. Unfortunately if the resulting frequency is rounded down

[PATCH] serial: 8250_dw: set clock rate

2013-05-09 Thread James Hogan
If the uart clock provided to the 8250_dw driver is adjustable it may not be set to the desired rate. Therefore if both a uart clock and a clock frequency is specified (e.g. via device tree), try and update the clock to match the frequency. Unfortunately if the resulting frequency is rounded down

Re: [PATCH] serial: 8250_dw: set clock rate

2013-05-09 Thread James Hogan
On 09/05/13 11:29, James Hogan wrote: If the uart clock provided to the 8250_dw driver is adjustable it may not be set to the desired rate. Therefore if both a uart clock and a clock frequency is specified (e.g. via device tree), try and update the clock to match the frequency.