commit | 9aa99c4fb5a709d264c5754faff36ec6eba77a6e | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Sep 27 10:23:23 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:11 2012 -0700 |
tree | 0df33a43d71a092f0960ba88ebd3ebafce7f1c19 | |
parent | 0cef3aebde867b4c4fc1716d55a7220221830acf [diff] |
mx5 clocks: Fix get_uart_clk() This function returned 66500000 instead of the correct lp_apm clock frequency if the CCM.CSCMR1.uart_clk_sel mux is set to 3. This patch fixes this issue by introducing the get_standard_pll_sel_clk() function that will be used by future patches to handle identical muxes used by many other clocks. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>