mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:55 +00:00
ENGR00123863 MX53 Clock:Set AXI_B_CLK to be 200MHz
Set AXI_B_CLK to be 200MHz in case it is set to other clock rate in bootloader. This can make sure IPU has sufficient clock rate. Signed-off-by: Liu Ying <b17645@freescale.com>
This commit is contained in:
@@ -4747,6 +4747,9 @@ int __init mx53_clocks_init(unsigned long ckil, unsigned long osc, unsigned long
|
||||
|
||||
clk_enable(&main_bus_clk);
|
||||
|
||||
/* Set AXI_B_CLK to be 200MHz */
|
||||
clk_set_rate(&axi_b_clk, 200000000);
|
||||
|
||||
/* Initialise the parents to be axi_b, parents are set to
|
||||
* axi_a when the clocks are enabled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user