commit | 957b672e0f3c1eb4d1cde0acd76efabea033e663 | [log] [tgz] |
---|---|---|
author | Shaohui Xie <Shaohui.Xie@nxp.com> | Fri Oct 28 14:23:30 2016 +0800 |
committer | York Sun <york.sun@nxp.com> | Mon Nov 21 09:20:32 2016 -0800 |
tree | 0cbe53a4bb7fbb1534dde0c951ff75b88bbd798f | |
parent | 39e112d24a12eeb6960ffa6857a82227e4900165 [diff] |
lpuart: add a get_lpuart_clk function It's not always true that LPUART clock is CONFIG_SYS_CLK_FREQ. This patch provides a weak function get_lpuart_clk(), so that the clock can be ovreridden on a specific board which uses different clock for LPUART. Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com> [YS: Reformat commit message] Reviewed-by: York Sun <york.sun@nxp.com>