diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2017-01-10 16:44:16 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:28:09 -0800 |
commit | 3564208e013d34eb0dab58d2f1561feee3f5735d (patch) | |
tree | 4b228311b8d014148c450c36661681a7b812397b /include/configs | |
parent | 904110c7ac801b99029b2bca4765c792c9eac582 (diff) | |
download | u-boot-3564208e013d34eb0dab58d2f1561feee3f5735d.tar.gz |
armv8/fsl-lsch3: consolidate the clock system initialization
This patch binds the sys_info->freq_systembus to Platform PLL, and
implements the IPs' clock function individually.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls2080a_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index eb628fd495..32d56aede2 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -97,7 +97,7 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE 1 -#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2) +#define CONFIG_SYS_NS16550_CLK (get_serial_clock()) #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } |