Commit 7b4dfa045462109f5ee53ed855b86d029e7e165b

Authored by Vaibhav Bedia
Committed by Afzal Mohammed
1 parent e68ac3cd1f
Exists in master

cpufreq: OMAP: Add support for AM33xx

Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/cpufreq/omap-cpufreq.c
... ... @@ -244,9 +244,9 @@
244 244 {
245 245 if (cpu_is_omap24xx())
246 246 mpu_clk_name = "virt_prcm_set";
247   - else if (cpu_is_omap34xx())
  247 + else if (cpu_is_omap34xx() && !cpu_is_am33xx())
248 248 mpu_clk_name = "dpll1_ck";
249   - else if (cpu_is_omap44xx())
  249 + else if (cpu_is_omap44xx() || cpu_is_am33xx())
250 250 mpu_clk_name = "dpll_mpu_ck";
251 251  
252 252 if (!mpu_clk_name) {