common.c (4a7126a25b4dfd07d61c699f724118275acc0c25) | common.c (aa9aa1ec2df6ffb270cf98b848570ed58e11a1f9) |
---|---|
1/* 2 * Code commons to all DaVinci SoCs. 3 * 4 * Author: Mark A. Greer <mgreer@mvista.com> 5 * 6 * 2009 (c) MontaVista Software, Inc. This file is licensed under 7 * the terms of the GNU General Public License version 2. This program 8 * is licensed "as is" without any warranty of any kind, whether express --- 104 unchanged lines hidden (view full) --- 113 114err: 115 panic("davinci_common_init: SoC Initialization failed\n"); 116} 117 118void __init davinci_init_late(void) 119{ 120 davinci_cpufreq_init(); | 1/* 2 * Code commons to all DaVinci SoCs. 3 * 4 * Author: Mark A. Greer <mgreer@mvista.com> 5 * 6 * 2009 (c) MontaVista Software, Inc. This file is licensed under 7 * the terms of the GNU General Public License version 2. This program 8 * is licensed "as is" without any warranty of any kind, whether express --- 104 unchanged lines hidden (view full) --- 113 114err: 115 panic("davinci_common_init: SoC Initialization failed\n"); 116} 117 118void __init davinci_init_late(void) 119{ 120 davinci_cpufreq_init(); |
121 davinci_pm_init(); | |
122 davinci_clk_disable_unused(); 123} | 121 davinci_clk_disable_unused(); 122} |