commit | 7b6031a7bcf3b191cf02caa2be6939df9266db40 | [log] [tgz] |
---|---|---|
author | David Brown <davidb@codeaurora.org> | Fri Sep 07 14:45:03 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 10 16:33:36 2012 -0700 |
tree | eceada4f053dbeac2a87be445ff9bd56b0b0e2be | |
parent | 43b5f0d69291374f602ad8e1817f329573a59010 [diff] |
msm_serial: fix clock rate on DMA-based uarts The driver explicitly requests a clock rate for the UART, but it is off by a factor of four from the dividers that it programs into the UART. Fix this by setting the rate to 1/4 of the current value. Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>