Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231361
b: refs/heads/master
c: 2cad26a
h: refs/heads/master
i:
  231359: 7e5f484
v: v3
  • Loading branch information
Yong Shen authored and Sascha Hauer committed Jan 11, 2011
1 parent 8960b09 commit f47f0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0a6ba5ffbb52b5e8fccd1a013e770e1b0af03ba
refs/heads/master: 2cad26a9d583ea16bb23a8cdc2f7a7df4662a72c
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx5/clock-mx51-mx53.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,6 @@ int __init mx51_clocks_init(unsigned long ckil, unsigned long osc,

clk_tree_init();

clk_set_parent(&uart_root_clk, &pll3_sw_clk);
clk_enable(&cpu_clk);
clk_enable(&main_bus_clk);

Expand Down Expand Up @@ -1413,6 +1412,7 @@ int __init mx53_clocks_init(unsigned long ckil, unsigned long osc,

clk_tree_init();

clk_set_parent(&uart_root_clk, &pll3_sw_clk);
clk_enable(&cpu_clk);
clk_enable(&main_bus_clk);

Expand Down

0 comments on commit f47f0c9

Please sign in to comment.